Skip to main content
Associate
December 19, 2023
Question

Immediate !!!

  • December 19, 2023
  • 2 replies
  • 1039 views

  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.

2 replies

ST Employee
December 19, 2023

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.
mus4Author
Associate
December 20, 2023

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

Tesla DeLorean
Guru
December 19, 2023

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 VenmoUp vote any posts that you find helpful, it shows what's working..