Discussion in "ARM Development" started by    Rakesh hasija    Sep 9, 2009.
Wed Sep 09 2009, 09:09 pm
#1
i m getting data from external ADC,now i have to store that data in memory,but confused whether to store in RAM or flash.i also don't know the which register to use. plz help me out.
Wed Sep 09 2009, 09:19 pm
#2
Flash is usually used for long term storage, so you would normally
store results in ram while you work on them.
Wed Sep 09 2009, 09:53 pm
#3
so i decided to use flash,than i use the word extern n thn decalare n array na,or is any other way is there
Thu Sep 10 2009, 10:44 am
#4
declaring variable as extern would not help you access the flash .
To access the flash area through code, you need to use the IAP feature of the LPC21xx controller that you are using.
read the lpc213x user manual for details.

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Clydehet
Wed May 01 2024, 06:44 pm
Davidoried
Wed May 01 2024, 06:11 pm
KevinTab
Sun Apr 28 2024, 05:35 am
Tumergix
Sun Apr 28 2024, 12:59 am
StevenDrulk
Sat Apr 27 2024, 08:47 pm
StephenHauct
Sat Apr 27 2024, 09:38 am
Adamsaf
Sat Apr 27 2024, 07:12 am
Robertphype
Sat Apr 27 2024, 12:23 am