Hello,
I am working on the PIC Micro controller where it got a data flash of 128 bytes which were divided into 74 locations(14 bits each), I have an requirement of writing 100 bytes on the memory.
Upto my understanding in order to write into NVM PMADRH: PMADRL register pair should be filled with the desired register next to it then load the data and initiate the operation, But there is a problem in here How can I write a 100 byte buffer/Array into the Data flash which got divided into the...
Embedded Sys: PIC 12F1572 NVM Write/Erase/Read.
I am working on the PIC Micro controller where it got a data flash of 128 bytes which were divided into 74 locations(14 bits each), I have an requirement of writing 100 bytes on the memory.
Upto my understanding in order to write into NVM PMADRH: PMADRL register pair should be filled with the desired register next to it then load the data and initiate the operation, But there is a problem in here How can I write a 100 byte buffer/Array into the Data flash which got divided into the...
Embedded Sys: PIC 12F1572 NVM Write/Erase/Read.