DCRabbit_10 icon indicating copy to clipboard operation
DCRabbit_10 copied to clipboard

Added serial flash functions for RCM4200

Open neacsum opened this issue 3 years ago • 6 comments

RCB42XX.LIB contains serial flash functions optimized for the Adesto AT45DB641E used by RCM4200 modules. Both reading and writing speed have been improved with reading speed almost double from 0.8 ms/page to 0.4 ms/page. Also both reading and writing functions are no longer limited to page size. They can work on large blocks up to the available RAM.

SFLASH_INSPECT.C program has been updated to use the new functions ands fitted with additional commands.

neacsum avatar Feb 26 '21 14:02 neacsum