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
  • This is strange, I still dont understand why this is occurring.

    1. The new code that I download (using my bootloader via USB) is built with the RTX kernal.

    2. If my bootloader is built with an RTX then I can boot the new code correctly.

    3. If my bootloader is built without an RTX then Im unable to boot the new code.

    4. Both bootloaders (with or without an RTX) will execute code (that contains no RTX) correctly.

    In both cases the new code starts at address 0x5000 and has the correct options in the startup file.

    Any ideas why?

Reply
  • This is strange, I still dont understand why this is occurring.

    1. The new code that I download (using my bootloader via USB) is built with the RTX kernal.

    2. If my bootloader is built with an RTX then I can boot the new code correctly.

    3. If my bootloader is built without an RTX then Im unable to boot the new code.

    4. Both bootloaders (with or without an RTX) will execute code (that contains no RTX) correctly.

    In both cases the new code starts at address 0x5000 and has the correct options in the startup file.

    Any ideas why?

Children