This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problem with uVision4 help me please

Hi everybody,

Issue1:

I am designing an MIL 1553B interface card using LPC2294(from NXP). I am having some source code from old projects which were developed on uVision2 if I try to compile it using uVision4 it is displaying lot of errors while linking like many functions are undefined in .out file(here I am using startup.s file which will get generated automatically at the project creation time because with old start up file it is displaying more errors while linking).

but the .Hex file generated using uVision2 is working fine with my hardware I could load the hex file and I could do all the operations like reset, step wise debug etc..

presently I am using Keil uVision V4. 03q version i.e RL ARM compiler.

can someone tell me what are all the steps to be taken while migrating from uVision2 to uVision4?

Issue 2:
The example code(got installed while installing keil) working fine with simulator i.e allowing all operations like step wise debugging, run, reset etc.. but the same code is not working with my board (keil setting are correct because my old project .hex file is working fine with the same settings).
I tried with a new project with a very simple code it is fine with simulator but not working with board, neither running nor allowing for step wise debugging.

what could be the reason for this? if only startup file issue please suggest me how to get rid of this.
I do not know how to write the startup file please suggest me a link where I can find the required documentation on "how to write the startup file".

Thanks for your help in advance

0