Author |
Message |
Topic: Using MPLABX with CCS compiler |
Andreas
Replies: 3
Views: 10252
|
Forum: General CCS C Discussion Posted: Sat Apr 09, 2016 2:38 am Subject: Using MPLABX with CCS compiler |
Hello Friends
I am working now since about 2 years with the MPLABX so far not so bad.....
But i still have one annoying problem.
On some statements I always get the warning in the Editor that ... |
Topic: PIC1813K22 Breakpoint troubles |
Andreas
Replies: 5
Views: 12982
|
Forum: General CCS C Discussion Posted: Sat Apr 09, 2016 2:33 am Subject: PIC1813K22 Breakpoint troubles |
Hello PCM programmer
Thanks for pointing me to Microchip.
As a matter of fact, I couldn't solve it but after a few hours programming
it appears that breakpoints are working again !
It's a mi ... |
Topic: PIC1813K22 Breakpoint troubles |
Andreas
Replies: 5
Views: 12982
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2016 12:50 am Subject: New Version of my testprogram |
Hello Friends
I have now reduced my program to the min required to show my questions !
#include "c:\Program Files (x86)\PICC\Devices\18F13K22.h"
#include "C:\Prog ... |
Topic: PIC1813K22 Breakpoint troubles |
Andreas
Replies: 5
Views: 12982
|
Forum: General CCS C Discussion Posted: Mon Apr 04, 2016 11:59 pm Subject: PIC1813K22 Breakpoint troubles |
Hello asmboy !
Thanks for Your comments, but I explained maybe not detailed enough.
The Interrupt happens, that means the Setup should be okay, my question was related to the Debugging.
I am ... |
Topic: PIC1813K22 Breakpoint troubles |
Andreas
Replies: 5
Views: 12982
|
Forum: General CCS C Discussion Posted: Mon Apr 04, 2016 3:42 pm Subject: PIC1813K22 Breakpoint troubles |
Hello Friends
I have some unexpected trouble with debugging my code.
I have an ext2 interrupt handler and wanted to stop there, but for some reason MPLABX always tells me that this breakpoint wa ... |
Topic: Software serial disable ? |
Andreas
Replies: 3
Views: 9627
|
Forum: General CCS C Discussion Posted: Sun Dec 20, 2015 8:45 am Subject: Software serial disable ? |
Hello Ttelmah
Thank you for the clarification, but I had the impression, that if I leave the Set Statement in , then i see some little distortion on an regular timer Interrupt which seems to go whe ... |
Topic: Software serial disable ? |
Andreas
Replies: 3
Views: 9627
|
Forum: General CCS C Discussion Posted: Thu Dec 17, 2015 1:37 am Subject: Software serial disable ? |
Hello friends
I have to use the Software Serial unit from the ccs compiler, which works already very fine !
BUT I also have to make it configurable in that way, that I have to be able to disable ... |
Topic: PPS Definitions PIC16F1718 |
Andreas
Replies: 4
Views: 7714
|
Forum: General CCS C Discussion Posted: Tue Nov 03, 2015 9:40 am Subject: PPS Definitions PIC16F1718 |
Hello Ttelmah
I just got an answer from CCS, in the original files with the Compiler the section PIN_SELECT IS NOT included !!
Thats why I was searching without success.
Thanks for Your answe ... |
Topic: PPS Definitions PIC16F1718 |
Andreas
Replies: 4
Views: 7714
|
Forum: General CCS C Discussion Posted: Tue Nov 03, 2015 4:44 am Subject: PPS Definitions PIC16F1718 |
Hello Ttelmah
This is my Compiler: CCS PCM C Compiler, Version 5.032, 5801
And CCS sent me the *.h file on 24.082015 and I have been told that this Compiler Version is okay for this proc !!! ... |
Topic: PPS Definitions PIC16F1718 |
Andreas
Replies: 4
Views: 7714
|
Forum: General CCS C Discussion Posted: Tue Nov 03, 2015 1:33 am Subject: PPS Definitions PIC16F1718 |
Hello Friends
After deciding to migrate to a newer Proc Type i am struggling in the new functionalities.
Ttelmah already helped me some week ago, but now I tried to find it by myself I am lost.. ... |
Topic: PIC16F1718 Serial Interrupt |
Andreas
Replies: 14
Views: 19127
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2015 3:14 pm Subject: PIC16F1718 Serial Interrupt |
Thanks Ttelmah
Sometimes the solution more nearby than you can think !!
best regards
Andreas |
Topic: PIC16F1718 Serial Interrupt |
Andreas
Replies: 14
Views: 19127
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2015 12:24 pm Subject: PIC16F1718 Serial Interrupt |
Hello To All !
Thanks a lot for your comments, yes the information from Ttelmah was the solution !
I was reading the manual but again, the info that the serial port function is called U1RX I c ... |
Topic: PIC16F1718 Serial Interrupt |
Andreas
Replies: 14
Views: 19127
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2015 10:47 am Subject: PIC16F1718 Serial Interrupt |
Hi ezflyr
I have read the manual but couldn't find an entry for the uart 1.
Also in the uart setup i defined the pins to use, is that not enough ???
Best regards
Andreas |
Topic: PIC16F1718 Serial Interrupt |
Andreas
Replies: 14
Views: 19127
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2015 10:13 am Subject: PIC16F1718 Serial Interrupt |
Hi All
Strange to me is that the compiler should take care of pin settings??
Okay I will try all Your hints later this night, I should deliver tomorrow.........
Also i am little confused b ... |
Topic: PIC16F1718 Serial Interrupt |
Andreas
Replies: 14
Views: 19127
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2015 6:13 am Subject: PIC16F1718 Serial Interrupt |
hello temtronic
Sorry, forget the last problem, was a typo, the program now sends the data in the main every pass !
BUT no rcv interrupt occurs with serial data incoming.
best regards
Andrea ... |
|