STM32F031G8, getting a hard fault in any attempt at eeprom emulation, specifically on page erase.
Howdy, I'm ending up in the hard fault handler on any attempt at page erase. Using the function from stm32g0xx_hal_flash_ex.cvoid FLASH_PageErase(uint32_t Banks, uint32_t Page) { volatile uint32_t tmp; /* Check the parameters */ assert_param(...