EE_Init() freeze my micro in STM32F469I-Disco
Posted on June 30, 2017 at 11:11 I used the sample project in the STM32Cube_FW_F4_V1 (...\Projects\STM32469I-Discovery\Applications\EEPROM\EEPROM_Emulation) When my code arrives at the EE_Init() it freezes! main.c int main(void) { uint8_t...