User Activity

I am using the HAL libraries to interface to the flash on the STM32G071GBU6. Specifically, I am attempting to make use of a non-volatile flash interface to read/write 1 user parameter byte to flash. While using HAL_FLASHEx_Erase right before HAL_FLAS...