I made some experiment with the code and found that there are writes to the same address without an erase in between. This would cause the NOR flash drivers that I work with to return an error.
WRIT 0x638866 : 122
WRIT 0x638862 : 2
WRIT 0x638756 : 2
WRIT 0x638866 : 4
WRIT 0x638356 : 2
WRIT 0x6387e4 : 2
WRIT 0x638862 : 2
I also see that there has been no activity for a while.
So I was wondering what is the status of the code?
Thanks