You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the initial debugging, there was a problem with some chips did not work the write way for flash timing. Originally this was limited to certain lots of chips that MIKROE had. The work around was to use word_write instead of block write (NVMProgram).
Since this problem seems to be occurring on more versions of the chips it has been suggested (by Rich T and Jacob C) to make it the default
Mark
The text was updated successfully, but these errors were encountered:
This work-around probably results in much slower programming than is actually necessary.
As I recall, the PIC32 programming spec has been updated to specify a 6 uS delay that solves the block write problem. If you need help chasing down this documentation, please let me know.
In the initial debugging, there was a problem with some chips did not work the write way for flash timing. Originally this was limited to certain lots of chips that MIKROE had. The work around was to use word_write instead of block write (NVMProgram).
Since this problem seems to be occurring on more versions of the chips it has been suggested (by Rich T and Jacob C) to make it the default
Mark
The text was updated successfully, but these errors were encountered: