Question
is there any external tool that could access EEPROM?
Posted on May 05, 2014 at 04:37
Hi all,
I'm using stm32l152rtc6 with built-in eeprom (8k). I wonder if there's any tool at the host side that allows me to read/write the eeprom other than using ST library code for the mcu? (STM32L1xx_StdPeriph_Lib_V1.2.0\Project\STM32L1xx_StdPeriph_Examples\FLASH\Data_Program) In this way, the administrator could write data to eeprom, while the MCU user could not write but only read.I did some search online, but haven't found a good tool for my purpose. :( Hopefully it could be something like dfu-util. Thanks,Shan