Author |
Message |
Topic: 18F14K22 RS485 Compile Prob. even with default startup code! |
onuruygur
Replies: 4
Views: 9672
|
Forum: General CCS C Discussion Posted: Thu Aug 06, 2015 10:33 am Subject: 18F14K22 RS485 Compile Prob. even with default startup code! |
Dear temtronic,
Thank you! Your light was right. The wizard define:
#define RS485_USE_EXT_INT in the .h file although it is not preffered in the Wizard GUI. And it leaves the definition blank. T ... |
Topic: 18F14K22 RS485 Compile Prob. even with default startup code! |
onuruygur
Replies: 4
Views: 9672
|
Forum: General CCS C Discussion Posted: Thu Aug 06, 2015 4:45 am Subject: 18F14K22 RS485 Compile Prob. even with default startup code! |
Dear temtronic,
Thank you for your reply. I have download the latest (demo) version from CCS website. But it is same.
On http://www.image-share.com/upload/3024/60.jpghttp://www.image-share.com/u ... |
Topic: 18f27j13 usart problem |
onuruygur
Replies: 5
Views: 9297
|
Forum: General CCS C Discussion Posted: Wed Aug 05, 2015 9:55 am Subject: 18f27j13 usart problem |
it seems not be related with uarts. you may check the timings and the interrupts. locking of the cpu generally occurs by the timing or looping interrupts or deadly resets. |
Topic: 18F14K22 RS485 Compile Prob. even with default startup code! |
onuruygur
Replies: 4
Views: 9672
|
Forum: General CCS C Discussion Posted: Wed Aug 05, 2015 9:07 am Subject: 18F14K22 RS485 Compile Prob. even with default startup code! |
Dear all, greetings!
When I just create a new project wizard with the PIC 18F14K22 with RS485 application, the CCS compiler gives consecutive extraordinary errors with the numerous line of RS485.c ... |
Topic: PIC16F88 UART interrupt problem? |
onuruygur
Replies: 5
Views: 10912
|
Forum: General CCS C Discussion Posted: Fri Jul 17, 2009 1:41 pm Subject: PIC16F88 UART interrupt problem? |
setup_adc_ports(NO_ANALOGS|VSS_VDD);
setup_adc(ADC_OFF);
setup_spi(SPI_SS_DISABLED);
setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1);
setup_timer_1(T1_DISABLED);
setup_timer_2(T2_D ... |
Topic: PIC16F88 UART interrupt problem? |
onuruygur
Replies: 5
Views: 10912
|
Forum: General CCS C Discussion Posted: Fri Jul 17, 2009 11:23 am Subject: PIC16F88 UART interrupt problem? |
Thank you for your replies,
I am sorry that I have forgotten to put the codes related with enabling interrupts although I was already placed in my own code. Here is the new code which also ... |
Topic: PIC16F88 UART interrupt problem? |
onuruygur
Replies: 5
Views: 10912
|
Forum: General CCS C Discussion Posted: Fri Jul 17, 2009 8:47 am Subject: PIC16F88 UART interrupt problem? |
Hi all,
I am working on PIC16F88. Here is the project task:
When the right id is received on UART HW RX, PIC16F88 will send a sensor measurement word.
I have to use HW UART because i need INT ... |
|