cancel
Showing results for 
Search instead for 
Did you mean: 

Immediate !!!

mus4
Associate

  Hi, 

I am using a STM32F429 board and I have compiled u boot and freeRTOS for this board's core. I wanna run a FreeRTOS on this board on U boot. My compilation processes  was successfull. But when I wanna run this on u boot. I am loading FreeRTOS .bin file then when say go 0xxxxxxxxx( initial adress or reset adress of linker) my program sayas STARTING APPLICATON and it freezing. How can I solve this. IT is an immediate problem, thank you.

3 REPLIES 3
Sarra.S
ST Employee

Hello @mus4

The problem looks to be with the bootloader so the system got stuck in application startup.

Could you share your deinitialization sequence in the bootloader?

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Perhaps employ people who can debug, then you can start solving problems instantly!!!

Make sure you're setting SCB->VTOR to the correct address in SystemInit()

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

From wheere I can find the  deinitialization sequence ? What does it mean literally?