Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Having problem with ARM9
Jump...
Cancel
Locked
Locked
Replies
5 replies
Subscribers
119 subscribers
Views
3249 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Having problem with ARM9
Anny G
over 12 years ago
Note: This was originally posted on 1st November 2012 at
http://forums.arm.com
Hi, I am facing some issue and yet got no solution. My ARM9 lose it's memory when power off.
Parents
Mallikarjun Shivappa Bidari
over 12 years ago
Note: This was originally posted on 8th November 2012 at
http://forums.arm.com
is your config file static (Which is prepared offline on Host) or dynamically created during run time?
If it is static file and you want to save it in flash: first make sure the following:
Initialize the FLASH on system startup.
Make sure the proper Read/Write permissions are provided.
Expose some section of the Flash which is reserved for the File system.
The section reserved for the File system should be accessable by some tool on Host PC and then you can copy/move the config file to File system section using the tool on Host PC.
If the Config file is generated dynamically during run time:
Initialize the FLASH on system startup. Reserve Section of Flash for FIle system and provide proper Access permission.
During run time when you want to create/save config file, then use File System API and save the file in File System section of Flash.
Cancel
Vote up
0
Vote down
Cancel
Reply
Mallikarjun Shivappa Bidari
over 12 years ago
Note: This was originally posted on 8th November 2012 at
http://forums.arm.com
is your config file static (Which is prepared offline on Host) or dynamically created during run time?
If it is static file and you want to save it in flash: first make sure the following:
Initialize the FLASH on system startup.
Make sure the proper Read/Write permissions are provided.
Expose some section of the Flash which is reserved for the File system.
The section reserved for the File system should be accessable by some tool on Host PC and then you can copy/move the config file to File system section using the tool on Host PC.
If the Config file is generated dynamically during run time:
Initialize the FLASH on system startup. Reserve Section of Flash for FIle system and provide proper Access permission.
During run time when you want to create/save config file, then use File System API and save the file in File System section of Flash.
Cancel
Vote up
0
Vote down
Cancel
Children
No data