User Activity

I am currently trying to program this external memory using the external loader sub-project created when a project is created for the ST32H7R7. I have been able to successfully write the drivers for the external flash and I have also been able to por...
I am currently trying to write to an external Flash via QSPI (SST26VF064B). So far I have been able to successfully configure the chip as required and I have also been able to read some configuration registers in the flash so I know I can communicate...
Hello,I am currently working with the STM32H7R7I8T6 and I am having issues configuring the Power. When HAL_PWREx_ConfigSupply(PWR_LDO_SUPPLY) is called in the HAL_MspInit function, it fails waiting for the PWR_SR1_ACTVOSRDY bit to set. I have measure...
Hello,I am working on a project that requires the code to be stored in the external QSPI flash but the problem is, I have no idea how the external memory loader generated by CubeMX works. I have tried following this article, but the external loader l...
Kudos given to