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

LPC2368 bootloader and RL-ARM

Hello,

I developped an usb bootloader which works perfectly when I use an simple firmware, but which doesn't works with an firmware using RTX kernel.

Anyone can help me ?

Thanks

Parents
  • Moshe,
    I am working on a USB bootloader not operating with the presence of RTX. Please see here for a short description of my problem:
    http://www.keil.com/forum/docs/thread14069.asp
    I don't understand why using on chip peripherals prevents the application code from being interrupted. I see that the jump to application works, but if I dare to do it with a timer running of USB - the application will not get interrupted. the weird thing is that older revision of the code did not have that, but I don't see how a simple change in startup in main() can give me such a headache. Any ideas?

Reply
  • Moshe,
    I am working on a USB bootloader not operating with the presence of RTX. Please see here for a short description of my problem:
    http://www.keil.com/forum/docs/thread14069.asp
    I don't understand why using on chip peripherals prevents the application code from being interrupted. I see that the jump to application works, but if I dare to do it with a timer running of USB - the application will not get interrupted. the weird thing is that older revision of the code did not have that, but I don't see how a simple change in startup in main() can give me such a headache. Any ideas?

Children
No data