Hi all ,
Using Uvision4 & LPC1768 & RTX RTOS , I want to jump to 0x10000 of the flash. Before running RTX , there is no problem but after using os_sys_init(APP_TaskStart) , when trying to jump , there is a hardfault . How could I jump while RTX is running ?
By the way , Is there a way to disable RTX ?
Certainly is. Don't enable it.
and why, having chosen to use an OS (RTX), you then want to disable it?
Describe your goal(s): www.catb.org/.../smart-questions.html
Thanks for your attention ,
It’s a bootloader + application program
As I said without enabling RTOS it’s working fine so I thought maybe before jumping to the application I must disable it . I tried to disable SystemTick Timer so as to stop OS and it was useless . I disabled all interrupts (Global Flag) but it was useless too .
About reinitializing stack I haven’t done anything but both bootloader and application programs have got startup.s where stack is set there.
Lost by nature and Lost by name.
View all questions in Keil forum