Question
How to used internal EEPROM(read and write operation for storing real time data) in STM32F446RET6?
Hi, I am using STM32F446RET6 programming in stm32cubeide. In my project I want to write and read data on internal EEPROM.
I could see library file working only for STM32L series.
I found a user created library file from github. But the problem i faced was after every time I run the program i need to erase the whole chip and update the firmware. If didn't do so so I couldn't upload the program.
It comes as this error

should i add thesefunction.
HAL_FLASH_Lock();
HAL_FLASH_UnLock();
i face the same problem even afterthat


Please help me.
Thank You
