Remember
Register
Home
/
Support
/
Support Forum
/
RCM4300 and memory
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,414)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Google Coral
(2)
Rabbit
(3,194)
Rabbit Software
(518)
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)
RCM4300 and memory
0
votes
Hello,
Is there an EEPROM inside the module RCM4300?
Thanks and best regards
Fabrice
eeprom
rcm4300
asked
May 4
in
Rabbit Software
by
fabrice
New to the Community
(
2
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
No, but it has flash memory with a SPI interface that it boots from and can use for data storage.
answered
May 4
by
TomCollins
Veteran of the Digi Community
(
2,297
points)
I already use SRAM with the "protected" keyword with a battery.
But in my new project I would like to avoid battery
Take a look at Samples\UserBlock\userblock_sample.c to see how you can read and write to a portion of the serial flash dedicated to the User Data Block.
Please
log in
or
register
to add a comment.
...