User Activity

I'm running a STM32G473CB with 128kb flash, and I'm getting some issues erasing pages in bank2 of the flash. Using HAL_FLASHEx_Erase the way it's meant to be used, like in the following code that's supposed to erase pages 30 and 31 of bank2, I don't ...
I'm currently trying to implement the eeprom emulation library provided by ST on an STM32G473CB. However, I'm dubious about whether this library, and also the HAL flash modules, are properly detecting that I'm working with this specific device.From w...