Associate III
July 28, 2020
Question
Problem with Flash_Write after a reset
- July 28, 2020
- 1 reply
- 1455 views
Hi,
I'm using the FLASH_Write function in order to save a table in a specific address. Once it is saved correctly I reset the board and try to change another address with the same function.
The problem is that the flash_write function works at the first try but once the reset is done, the flush_write crushes and give me this error "FLASHIF_WRITING_ERROR".
Does anyone know why it crushes in the second time after a reset ?
You may find the flash_write file attached to this post.