Remember
Register
Home
/
Support
/
Support Forum
/
Store Value in Flash from ME9210
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,413)
Digi TransPort
(785)
Digi Connect Cellular
(443)
DAL
(4)
Embedded Devices
(4,160)
Android
(45)
NET+OS
(2,444)
Linux
(953)
Windows CE
(86)
Plug N' Play
(465)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
Store Value in Flash from ME9210
0
votes
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??
me9210
flash
asked
Sep 30, 2016
in
NET+OS
by
haribofan
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
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
answered
Oct 20, 2016
by
LeonidM
Veteran of the Digi Community
(
4,411
points)
Please
log in
or
register
to add a comment.
...