Author |
Message |
Topic: OERR bit on PIC18F4525 |
Nono
Replies: 3
Views: 7182
|
Forum: General CCS C Discussion Posted: Thu Oct 02, 2008 10:54 am Subject: OERR bit on PIC18F4525 |
I found the problem. It was really tricky. It concerns the write in EEPROM. Indeed, all the interruption are disable during a write and I used this function often. That's why the problem appeared rand ... |
Topic: OERR bit on PIC18F4525 |
Nono
Replies: 3
Views: 7182
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 2:56 am Subject: OERR bit on PIC18F4525 |
thanks for your answer ckielstra. I really think that the problem is coming from the OERR because I put a breakpoint everywhere in the interrupt and it stops on the OERR fault. I will try your code. |
Topic: OERR bit on PIC18F4525 |
Nono
Replies: 3
Views: 7182
|
Forum: General CCS C Discussion Posted: Tue Sep 16, 2008 9:27 am Subject: OERR bit on PIC18F4525 |
Hello everybody,
I've looking answers for my problem on your forum and found a lot of good things, but nothing to solve it.
Here is my config :
MPLAB v7.42, PIC18LF4525 @ 20MHz, 3.3V, baud rate ... |
|