buddhikaneel
Member level 1
Hi.
Flash Address 0x4000; is used for Next Address to be Data and updto 0x4100; data location is use for data save when i need.
When i want to store data in flash
1. Read Data location 0x4000; into Long Addr;
2. Then write in Addr location with Array[8];
3. updata 0x4000; with (addr+8)
i used flash Library. but writing to 2nd time in 0x4000; wil not change.
Can any; body help me using MikroC pro
Thanks.
Flash Address 0x4000; is used for Next Address to be Data and updto 0x4100; data location is use for data save when i need.
When i want to store data in flash
1. Read Data location 0x4000; into Long Addr;
2. Then write in Addr location with Array[8];
3. updata 0x4000; with (addr+8)
i used flash Library. but writing to 2nd time in 0x4000; wil not change.
Can any; body help me using MikroC pro
Thanks.