Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
Re: getc() fails after calling write_eeprom |
Posted: Sun Jun 01, 2003 11:23 am |
|
|
:=I'm using CCS C Version 3.0.0.5 and I'm using PIC 16F84 for Searial port communication. My program works fine for RS 232 communication (I'm able to receive and send data to/from serial port). Later I added write_eeprom function in my application (Data is properly stored in EEPROM), after calling write_eeprom, my getc() function fails to receive data from Rs-232 serial port.
:=
:=Any suggestion..
If possible, update your compiler version.(Assumming you had re-checked your code looking for errors).
I had the same problem (then I realized that the compiler interrupt handler was wrong). I tested every function and all was OK, when I enable a few of them, the program crash. I updated the compiler and all this kinds of roblems "maggically" dissapears.
Also, take a look at CCS site in Compiler Version.
Regards,
Humberto
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514928 _________________ Humber |
|