Author |
Message |
Topic: stop bit on UART |
ELINAP
Replies: 6
Views: 11938
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2015 7:37 am Subject: solved |
Thanks. It's clear now |
Topic: stop bit on UART |
ELINAP
Replies: 6
Views: 11938
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2015 4:54 am Subject: stop bit on UART |
Hi everybody,
I'm using an 18F67K22 and I want to know if it's possible to configure the number of stop bit for the UART1 without using the "#USE RS232(....)" ?
THX |
Topic: Compile message error |
ELINAP
Replies: 3
Views: 10410
|
Forum: General CCS C Discussion Posted: Wed Jun 10, 2015 8:02 am Subject: problem solved |
Thanks a lot |
Topic: Compile message error |
ELINAP
Replies: 3
Views: 10410
|
Forum: General CCS C Discussion Posted: Wed Jun 10, 2015 5:36 am Subject: Compile message error |
Hi, I'm using CCS V5.011. Someone can explain me the signification of this error message:
"Can not set this option this far into code"
This append in a multi file project and when comp ... |
Topic: 16F721 and Timer1 problem |
ELINAP
Replies: 3
Views: 5935
|
Forum: General CCS C Discussion Posted: Tue Jan 27, 2015 7:49 am Subject: 16F721 and Timer1 problem |
Problem solved. |
Topic: 16F721 and Timer1 problem |
ELINAP
Replies: 3
Views: 5935
|
Forum: General CCS C Discussion Posted: Mon Jan 26, 2015 7:52 am Subject: 16F721 and Timer1 problem |
Hi everybody,
I use an 16F721 for an application. I use the PWM output ( work good ) , watchdog timer ans i want to use the timer1 to generate a time base. The problem is the timer1's interrupt don ... |
Topic: PIC24F16 and HLVD interrupt |
ELINAP
Replies: 5
Views: 7930
|
Forum: General CCS C Discussion Posted: Mon Jan 26, 2015 7:44 am Subject: PIC24F16 and HLVD interrupt |
Problem solved.
Thanks CCS support team |
Topic: PIC24F16 and HLVD interrupt |
ELINAP
Replies: 5
Views: 7930
|
Forum: General CCS C Discussion Posted: Tue Jan 20, 2015 3:15 am Subject: PIC24F16 and HLVD interrupt |
Thanks for the answer. I try the "#INT_LOWVOLT" too and there is the same thing So....... |
Topic: PIC24F16 and HLVD interrupt |
ELINAP
Replies: 5
Views: 7930
|
Forum: General CCS C Discussion Posted: Tue Jan 20, 2015 2:29 am Subject: PIC24F16 and HLVD interrupt |
Hi everybody,
I use a PIC24F16KA101 in an application and i want to use the HLVD possibility but the CCS compiler V5.011 that i use don't match the interrupt routine "#INT_HLVD(void)".
S ... |
Topic: Can't program 24FJ128GB206 with ccsloader |
ELINAP
Replies: 0
Views: 28982
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Nov 19, 2013 2:54 am Subject: Can't program 24FJ128GB206 with ccsloader |
hi,
I have problem to program a PIC24FJ128GB206 with CCS loader. It find the target but programmation fail with the message:
"Failure Can not halt target unless the ICD is using a debugger&q ... |
Topic: Disable secondary oscillator in PIC24F16KA101 |
ELINAP
Replies: 7
Views: 10470
|
Forum: General CCS C Discussion Posted: Thu Sep 12, 2013 3:39 am Subject: Solved |
Hi,
Thanks for the idea to use MPLAB. I found the problem.
"FUSES RTCOSC_LP" was missing. The RTCC still use the secondary oscillator.
Best regards |
Topic: Disable secondary oscillator in PIC24F16KA101 |
ELINAP
Replies: 7
Views: 10470
|
Forum: General CCS C Discussion Posted: Mon Sep 09, 2013 5:53 am Subject: Disable secondary oscillator in PIC24F16KA101 |
I don't understand too.
Thanks even so. |
Topic: Disable secondary oscillator in PIC24F16KA101 |
ELINAP
Replies: 7
Views: 10470
|
Forum: General CCS C Discussion Posted: Fri Sep 06, 2013 1:39 am Subject: Disable secondary oscillator in PIC24F16KA101 |
Hi,
Thanks for theses answers.
For more infos:
Compiler CCS IDE V5.001
Fuses:
#FUSES NOWDT //No Watch Dog Timer
#FUSES NOWRTB //Boot block not write ... |
Topic: Disable secondary oscillator in PIC24F16KA101 |
ELINAP
Replies: 7
Views: 10470
|
Forum: General CCS C Discussion Posted: Thu Sep 05, 2013 2:25 am Subject: Disable secondary oscillator in PIC24F16KA101 |
Hi,
I use a PIC24F16KA101 and i want to use the secondary oscillator pins for general purpose IO, but this doesn't work SOSCEN bit =0. If someone have an idea ?
Does the compile directive "#D ... |
|