Search found 6 matches

by maney
25 Feb 2014 06:42
Forum: Library Development Discussion
Topic: erroe in in built ICD .
Replies: 1
Views: 2627

erroe in in built ICD .

Hello,

I am having a problem in debugging the code.

When i Start degugging the programe by (F7) it does not jump to the next line.

Please guide me for the same

here is an image link to the error

Image
by maney
14 Feb 2014 14:55
Forum: Library Development Discussion
Topic: pic18f67k22 eeprom memory error
Replies: 7
Views: 6163

Re: pic18f67k22 eeprom memory error

Hie

Thank you, Janni and Marina .

it worked well by editing the .mlk file.

With Regards,
Maney Mongia
by maney
12 Feb 2014 15:16
Forum: Library Development Discussion
Topic: pic18f67k22 eeprom memory error
Replies: 7
Views: 6163

Re: pic18f67k22 eeprom memory error

here is a image for more clearence...

http://www.akashwebs.com/1.GIF
by maney
12 Feb 2014 14:29
Forum: Library Development Discussion
Topic: pic18f67k22 eeprom memory error
Replies: 7
Views: 6163

Re: pic18f67k22 eeprom memory error

Hi. thanks for the reply Marina. i am using micro c for pic V 6.0.0 i agree with you, but the problem is if i write data at address (0x00) or (0X100) it write data at (0x00) only....(i.e. overwrite it) it will be more clear to you if you see watch window EEADR , EEADRH , EEDATA. wating for the reply...
by maney
12 Feb 2014 08:35
Forum: mikroPascal FAQ
Topic: pic18f67k22 eeprom error
Replies: 1
Views: 2662

pic18f67k22 eeprom error

hello,

i am using pic 18f67k22 MCU to read and write eeprom memory
As it has 1KB of memory but when i write at address (0x100),
it writes at address(0x00)


void main() {

eeprom_write(0x100,10);

}

where is the problem ?

please guide....!
waiting for the reply.
by maney
12 Feb 2014 08:01
Forum: Library Development Discussion
Topic: pic18f67k22 eeprom memory error
Replies: 7
Views: 6163

pic18f67k22 eeprom memory error

hello,

i am using pic18f67k22 to read and write eeprom data.
As it has 1KB eeprom memory, it doesnot write data above 255(0xff).


void main()
{
eeprom_write(0x100,10);

}

this code write data at (0x00), insted of at (0x100).


please help.....!!!

Go to advanced search