Noise meter-saving values

ok.. as i told you storing in RAM is limited to available amount of RAM in your controller.

you can define a memory location that will be used for storing ADC values and after storing on one location your move to next location. just like a queue in C code.

you need to maintain two pointers one for read and one for write.

here is a small example:
Lets say our memory location to store ADC data is 50H in... Read Compelte post
Posted by ajay_bhargav on Mon Mar 22 2010, 04:14 pm

Downloads

Comments

ErickoaPex
Sun Oct 01 2023, 11:24 am
jtaletouek
Sun Oct 01 2023, 07:17 am
JefferyBum
Sun Oct 01 2023, 04:53 am
huayzaab
Sat Sep 30 2023, 07:53 am
Belindapak
Fri Sep 29 2023, 09:49 pm
IvanSiB
Fri Sep 29 2023, 08:38 am
RandallSwels
Thu Sep 28 2023, 09:25 pm
Zaemlmoche
Tue Sep 26 2023, 06:36 pm