• bootloader and rtx problem
    I wrote a simple bootloader program (doesn't do anything but jump to the application code in flash once a timer expires) and I am having trouble getting rtx to work in the application code. It gets to...
  • Bootloader and RTX
    I am using the SiLabs bootloader (from AN200) along with my application which is running Keil's RTX tiny. I have been able to get the test application to hand over from the bootloader on my custom board...
  • RTX kernel application/bootloader problem
    hello, i want to use two independent program in LPC2387 flash program , both with RTX kernel and switch between them with this command: #define AP_ADDR 0x10000 typedef void(*FP)(void); void...
  • Strange RTX behavior with bootloader
    Hi dear ARM fellows, Firstly, let me introduce the context. I am developping a RTX/RL software for a custom board based on a LPC2388 µC. I was using an old version of MDK-ARM and RL-ARM to develop...
  • Bootloader not working with RTX kernel
    Hi, i solved my previous problem in starting the main app from my own bootloader but now the same problems has returned if the application is coded with RTX kernel. Summary I'm using CortexM3...