cancel
Showing results for 
Search instead for 
Did you mean: 

How to program stm32h757xi microcontroller

Shubham08
Associate III

I want to explore dual core processor so i was going through stm32h757xi microcontroller which has dual core microcontroller. As currently i was working on stm32g4 microntroller for which i have made custom pcb in that for programming i have used serial wire debuggger but in stm32h757xi microcontroller how to program it like i want to interface mpu6050 in  cortex-M4 and CAN interface in cortex-M7

1 REPLY 1

Perhaps look at some of the examples for DISCO and EVAL boards.

You can program the FLASH via SWD and STM32 Cube Programmer

By default the code in FLASH at 0x08000000 runs in the M7, and at 0x08100000 on the M4

The FLASH is dual-ported so both cores can read content, and Option Bytes determine which cores will run, and the boot address for each.

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