Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MB85RSxx_SPI mbed
Homepage
FRAM Dump Utility¶
This utility is for a one of the memory dump tool what SPI based on FRAM(MB85RS64).
You can use terminal application as UART port with your Mbed.
Here is shown example of the FRAM memory dump. You can modify the address range in source code. The sample code is shown address from 0 to 0x9F.
Please try it!
--------------------
FRAM Dump Utility
FRAM Status 0
* FRAM Read Operation *
Address :00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
Address 0000 :DD C8 00 C0 AA 00 00 00 CC 00 00 00 00 00 00 00
Address 0010 :55 7D 76 65 72 61 67 65 73 22 3A 31 32 34 35 37
Address 0020 :31 38 7D 00 00 00 00 00 00 00 00 00 00 00 00 00
Address 0030 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Address 0040 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Address 0050 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Address 0060 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Address 0070 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Address 0080 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Address 0090 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
FRAM Dump Done