Skip to main content
Visitor II
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.

    This topic has been closed for replies.

    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?

     

    mus4Author
    Visitor II
    December 20, 2023

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

    Graduate II
    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()