Skip to main content
Visitor II
December 25, 2023
Question

Dual Core Bootloader Go_to application

  • December 25, 2023
  • 2 replies
  • 1048 views

I am relativelly new to embed software and I am trying to do a software package on a dual core stm32 H743ZI2 including these two: A bootloader with a go to function in both of its cores cm4 and cm7 and a blinky app at both cm4 and cm7 at the specific locations (CM4 blinky app will be on 0x08140000 and CM7 blinky at 0x08040000) in memory. So the program basically will work as this --> System starts, both of the cores start working Cm7 makes the blinky app's CM7 program work with a goto function and CM4 makes the blinky CM4 work with go to function. Is this possible to do so? Are there any restrictions regarding writing a go-to application on cm4 that goes another cm4 app?

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    December 25, 2023

    Hello @Girayb 

    Are you sure H743ZI2 is dual core?

    GiraybAuthor
    Visitor II
    December 25, 2023

    That was a mistake you are right it was H745ZI-Q

     

    Technical Moderator
    December 25, 2023

    > Are there any restrictions regarding writing a go-to application on cm4 that goes another cm4 app?

    It is mentioned in AN2606 Table 114. STM32H74xxx/75xxx bootloader version, we cannot program the "CM4_BOOT_ADDx" option byte using BL in dual core case. Known limitation in V9.0