User Activity

I'm trying to develop a bootloader for a dual core STM32H7, running on the CM7. I'm starting by trying to modify my user project for it.I've moved the user code up a bank:FLASH   (rx)   : ORIGIN = 0x08020000, LENGTH = 896K and put in a IVT offset on ...
I can't seem to figure out how to get STM32CubeMX to let me select VOS1 for an STM32H755.I'm using direct SMPS supply. In an older version of CubeMX, I was running VOS0 and 480MHz, but I see that that is not allowed anymore (Have to use LDO for it, w...
Hi. I'm using an STM32H7, and I have the d-cache DISABLED in cubemx, but __DCACHE_PRESENT seems to always be set to 1 by stm32h755xx.h, anyway, and as a result, I'm getting a hardfault when X-CUBE-AZRTOS-H7 ethernet init calls SCB_CleanDCache_by_Addr...