Hello,
I will transmit a Byte value to the device over a TCP socket.
Is it possible to store the byte value in the flash from ME9210?
After a reboot i will read the value from the flash.
How do i program this??
Hello,
I will transmit a Byte value to the device over a TCP socket.
Is it possible to store the byte value in the flash from ME9210?
After a reboot i will read the value from the flash.
How do i program this??
yes, it is possible. I’d recommend storing it in NVRAM structure as a variable. NVRAM is simulated in last sector of FLASH. There are a lot of examples on how to read and write NVRAM structure