2024-05-29 07:37 AM
How to flash the dual core controller(STM32H745ZI) blinky code using either of stm32loader and etc platform anyone knows?
2024-05-29 08:33 AM
Try the following example
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.
2024-05-29 11:52 PM
I don't want to use MPU; I just want to know if it's possible to load a bin file onto the dual-core controller using stm32loader (a Python-based loader for loading bin files into the controller) or stm32cubeprogrammmer.
One more thing , when I try to run a simple example in STM32CubeIDE, such as controlling three LEDs where the first LED is controlled by the M4 core and the second LED by the M7 core, I encounter a hard fault error. I'm unsure why this error is occurring. I have shows the error in below.....