Oh ok well that address I actually found on another thread tried it and it worked. Where does it start and where in the datasheet does it state it?
Thanks,
Daniel
Oh ok well that address I actually found on another thread tried it and it worked. Where does it start and where in the datasheet does it state it?
Thanks,
Daniel
Look in section 2 (MEMORY ORGANIZATION)
Figure 2-2 shows the whole layout of GPR's and SFR's.
<br>
DT
I have seen this figure and looked over it many times the problem is I don't really understand it. Maybe you could point me in the right direction for a better breakdown of what all that means?
Well, other than a complete description of how microcontrollers work, I don't know what I could say that would help you out.
Each location shown in that table has a corresponding section in the datasheet. I guess you'll just need to spend some time reading it.
If you were to answer the question ...I could go from there. But an all encompassing explanation is beyond the scope of this forum.What is it you're trying to write to?
DT
Maybe this will be a direct enough question to explain what im looking for.What is it you're trying to write to?
I want to write a byte to the chip to basically save a setting when the chip has no power. Looking at 2.2 What part of that memory is what im looking for.
Since you pointed me to the table and said the info is there somewhere, I will try looking up everything on that table I don't know what it is and try and figure out what memory im looking for. I know that $C0 is in the range im looking for pickit calles it EEdata memory.
Thanks,
Daniel
Daniel,
This will really help Darrel out as he helps you!Originally Posted by geckogrotto
But, in the mean time, take a look at section 8.0 "Data EEPROM Memory". This is the memory that will retain it's data, regardless of power.
Also, look at the PBP commands that access the EEPROM (EEPROM, DATA, WRITE and READ)
Steve
Last edited by SteveB; - 2nd October 2006 at 02:37.
Originally Posted by SteveB
Steve this is the point in the right direction I was looking for
I should have been more clear the first time, I just thought that someone would know where $C0 was and know what I was trying to do
Thank you for the help.
Daniel
Bookmarks