Author |
Message |
Topic: How to configure peripheral pin selection on PIC24[resolved] |
sysc
Replies: 12
Views: 24542
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2011 11:40 am Subject: How to configure peripheral pin selection on PIC24[resolved] |
Ok.
Thank you! |
Topic: How to configure peripheral pin selection on PIC24[resolved] |
sysc
Replies: 12
Views: 24542
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2011 10:42 am Subject: How to configure peripheral pin selection on PIC24[resolved] |
Hello FvM.
It means that the PCD V4.084 that i'm using won't work?
What are the options to i correct this and work properly?
Thanks. |
Topic: How to configure peripheral pin selection on PIC24[resolved] |
sysc
Replies: 12
Views: 24542
|
Forum: General CCS C Discussion Posted: Thu Mar 10, 2011 7:56 am Subject: How to configure peripheral pin selection on PIC24[resolved] |
Hi,
I did the modifications and i saw the .lst file.
It showed:
....................................void main (void){
0036E: MOV #113,W0
00370: MOV W0,698
00372 ... |
Topic: How to configure peripheral pin selection on PIC24[resolved] |
sysc
Replies: 12
Views: 24542
|
Forum: General CCS C Discussion Posted: Wed Mar 09, 2011 2:43 pm Subject: How to configure peripheral pin selection on PIC24[resolved] |
other information:
at the "Output Window" - "MPLAB SIM"
is showing this error:
UART-W0005: Uart is enabled but no output destination has been assigned (File or Output Wind ... |
Topic: How to configure peripheral pin selection on PIC24[resolved] |
sysc
Replies: 12
Views: 24542
|
Forum: General CCS C Discussion Posted: Wed Mar 09, 2011 2:21 pm Subject: How to configure peripheral pin selection on PIC24[resolved] |
The PIC that I'm using is PIC24FJ256GA110.
MPLABIDE vs8.63
PCWHD Compiler vs4.084
It's a start of program, so doesn't have any function call only a main with some initialization port.
#include ... |
Topic: How to configure peripheral pin selection on PIC24[resolved] |
sysc
Replies: 12
Views: 24542
|
Forum: General CCS C Discussion Posted: Wed Mar 09, 2011 8:19 am Subject: How to configure peripheral pin selection on PIC24[resolved] |
Hi, I'm trying to configure the peripheral pin selection for UART1 on PIC24.
I tried:
#pin_select U1RX=PIN_G8
#pin_select U1TX=PIN_G6
#use rs232(UART1,baud=9600,parity=N,bits=8)
And ... |
Topic: ZigBee Development |
sysc
Replies: 0
Views: 2754
|
Forum: General CCS C Discussion Posted: Mon Dec 10, 2007 6:27 am Subject: ZigBee Development |
I bought a development kit from CCS of ZigBee, but I am having difficulty to work with this.
I am trying documentation for understand what are the functions and variables then I have to configure t ... |
Topic: problem for develop examples of wireless exercise book |
sysc
Replies: 2
Views: 4479
|
Forum: General CCS C Discussion Posted: Mon Nov 19, 2007 10:40 am Subject: problem for develop examples of wireless exercise book |
I'm having problems for develop the EX8 of wireless exercise book.
I typed all code for EX8 but don't work very well.
The sub routine EmberConfig() of EM260API.h don't work well and the software ... |
|