We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I got the code USB secondary ISP bootloader for LPC23xx from NXP working fine with none RTX kernel but It does not working with RTX kernel. If anyone know more detail please help.
Thank you.
I have never encounter a situation where these macros don't work. why are you augmenting the startup file? that is not required at all. just make the function that jumps to the application a SWI function, not forgetting to create a SWI table in a separate .s file as well documented.
http://www.keil.com/support/docs/2963.htm
ARM: ATMEL REMAP CAUSES PROBLEMS WITH ULINK DEBUGGING
The REMAP feature on Atmel devices exchanges RAM and Flash areas. When the remapping is done before ULINK can stop the device, you will see swapped memory areas in the debugger and the CPU may not behave correctly.
-> just make the function that jumps to the application a SWI function,
Hi Tamir,
I tried to do that once or twice, but failed. When I get a better understanding of all of these, maybe I will try it again.