User Activity

I am trying to run the SPI peripheral on STM32H757 using low level drivers but no luck at all. The STM32cube H7 package contains example for controllers which has no FiFO, . Thus the examples cant be directly use. Also i have cherry picked quite alot...
I am using the template with CM7 as gated and CM4 core boot. This behavior works fine. In my application, CM4 runs on bank1 and CM7 runs on Bank 2. One sector on Bank 2 is dedicated to store application data. So CM4 tries to write to that sector, whi...
I am using STM32H757 dual core chip and default configuration of cubeMX generates the projects in such a way that CM7 core executes from Flash Bank1 and CM4 core executes from Flash Bank2.I modified this behavior (to have Bootloader, config data etc)...