Hello,
I have a problem when trying to write a flash bank row in two different calls to Fapi_issueProgrammingCommand function.
Please find below an example that shows first words of flash sector J:
_____address|___0___1____2____3___4___5____6____7
D:00108000| 8F00 901A 0006 761F 0247 920E 0006 8F00
D:00108008| 9034 0006 8F00 904A 0006 8F00 902A FFFF
In that case I've just:
- Written the first row (0x108000-0x108007) successfully.
- Written the first 7 words of 2nd row (0x108008-0x10800E) successfully.
- Tried to write last word of 2nd row (0x10800F)
The writing in 3rd step doesn't work. In particular, I get oReturnCheck=Fapi_Status_Success but the word remains still set to 0xFFFF