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
  • You need to supply more information.

    Are interrupts enabled/disabled when you start your application?

    Are you in supervisor mode or user mode when you start your application?

    Exactly what happens/doesn't happen?

    Does the RTX application work ok if linked to start address 0, i.e. used without a boot loader?

Reply
  • You need to supply more information.

    Are interrupts enabled/disabled when you start your application?

    Are you in supervisor mode or user mode when you start your application?

    Exactly what happens/doesn't happen?

    Does the RTX application work ok if linked to start address 0, i.e. used without a boot loader?

Children