Author |
Message |
Topic: INT_RDA not firing off. |
virtuosa
Replies: 5
Views: 8756
|
Forum: General CCS C Discussion Posted: Wed Jan 22, 2014 11:52 am Subject: INT_RDA not firing off. |
Ttelmah, PCM Programmer, you were both spot on I think. I have adjusted my code with your updates and made a simple program below which may be useful if someone else comes across this.
Ttelmah, thank ... |
Topic: INT_RDA not firing off. |
virtuosa
Replies: 5
Views: 8756
|
Forum: General CCS C Discussion Posted: Tue Jan 21, 2014 7:47 pm Subject: INT_RDA not firing off. |
PCM programmer, I agree with you that it is confusing in the way I have put it. The preprocessor set up should be fine right? If I am to understand what you were saying its simply that using getc() is ... |
Topic: INT_RDA not firing off. |
virtuosa
Replies: 5
Views: 8756
|
Forum: General CCS C Discussion Posted: Tue Jan 21, 2014 12:06 pm Subject: INT_RDA not firing off. |
Hi,
I realise this seems to be a semi-common problem as I have seen others who have had it, however I have tried applying some of the fixes to no avail.
Currently my RX_ISR seems to not do anyt ... |
Topic: Remapping UARTs during runtime on a PIC18F25J11 |
virtuosa
Replies: 6
Views: 12604
|
Forum: General CCS C Discussion Posted: Mon Jan 20, 2014 8:20 am Subject: Remapping UARTs during runtime on a PIC18F25J11 |
Thank you for clarifying about EECON2, I did have a look at the datasheet, but not the right section ( silly me!). I agree with you now, and it all makes sense.
Your explanation made perfect sens ... |
Topic: Remapping UARTs during runtime on a PIC18F25J11 |
virtuosa
Replies: 6
Views: 12604
|
Forum: General CCS C Discussion Posted: Sun Jan 19, 2014 5:59 pm Subject: Remapping UARTs during runtime on a PIC18F25J11 |
Ttelmah, I have updated my code with your ideas and the remapping function is working fine, thank you very much for your input on that.
It seems that both the NOIOL1WAY fuse and the unlock sequence ... |
Topic: Remapping UARTs during runtime on a PIC18F25J11 |
virtuosa
Replies: 6
Views: 12604
|
Forum: General CCS C Discussion Posted: Sun Jan 19, 2014 4:05 pm Subject: Remapping UARTs during runtime on a PIC18F25J11 |
Just an update, I don't know if I am still doing something wrong but I tried writing a value to the EECON2 register (testing the IOLOCK unlock sequence). When I did this I was unable to get the value ... |
Topic: Remapping UARTs during runtime on a PIC18F25J11 |
virtuosa
Replies: 6
Views: 12604
|
Forum: General CCS C Discussion Posted: Sun Jan 19, 2014 2:27 pm Subject: Remapping UARTs during runtime on a PIC18F25J11 |
Hi,
I am new to pics so please bear with this. I have been looking around for a while but no matter what I try I can not get the UARTs to swap in the main loop of my program.
From what I can s ... |
|