User Activity

I am trying to enable the SRAM parity check, code snippet is as follows:FLASH_OBProgramInitTypeDef config;HAL_FLASH_Unlock();HAL_FLASH_OB_Unlock();HAL_FLASHEx_OBErase();HAL_FLASHEx_OBGetConfig(&config);config.USERConfig = 0x00;HAL_FLASHEx_OBProgram(&...
1. Can we emulate the EEPROM mechanism using the on-chip Flash memory (Flash Emulated EEPROM) in the STM32F302 series?2. Went through the document "AN4894 Application note: EEPROM emulation techniques and software for STM32 microcontrollers", the STM...