Author |
Message |
Topic: How to change PARITY in run-time ? |
sindyme
Replies: 3
Views: 7353
|
Forum: General CCS C Discussion Posted: Thu May 08, 2014 10:07 pm Subject: How to change PARITY in run-time ? |
Good day for everyone.
I have question need help !
The CCS library have provided "set_uart_speed( )" function to change baud rate in run-time but I also hope to change PARITY a ... |
Topic: RCFGCAL register how to set on CCS |
sindyme
Replies: 0
Views: 3807
|
Forum: General CCS C Discussion Posted: Tue Jul 05, 2011 9:58 pm Subject: RCFGCAL register how to set on CCS |
Good morning everyone ~
I have a RTC issue want to ask ~
PIC : PIC24FJ128GA106
CCS Version : PCD 4.105
----------------------------------------------------------------
I connected the oscillator ... |
Topic: [Msg Update] 128 x 64 GLCD for character string |
sindyme
Replies: 0
Views: 3287
|
Forum: General CCS C Discussion Posted: Sun Jan 02, 2011 8:29 pm Subject: [Msg Update] 128 x 64 GLCD for character string |
I want to use HDM64GS12.c sample code to control KS0108. (128 x 64 LCM )
Now, my code can work on it, but how can I write character string to show on LCM ?
I can control these function:
void glcd_f ... |
Topic: PIC24: How can I setting fuse for both external oscillator |
sindyme
Replies: 4
Views: 8498
|
Forum: General CCS C Discussion Posted: Thu Sep 16, 2010 12:23 am Subject: PIC24: How can I setting fuse for both external oscillator |
The secondary oscillator has to be enabled by the SOSCEN bit in OSCCON.
As far as I experienced, the PCD built-in function setup_rtc() also enables the SOSC, even if you don't want it to.
Then ... |
Topic: PIC24: How can I setting fuse for both external oscillator |
sindyme
Replies: 4
Views: 8498
|
Forum: General CCS C Discussion Posted: Wed Sep 15, 2010 9:45 pm Subject: PIC24: How can I setting fuse for both external oscillator |
I use PIC24FJ256GA1006 and my CCS version is PCD 4.105
------------------------------------------------------------------------------------
How can I use the ( OSCO,OSCI ) & (SOSCO,SOSCI) at the ... |
Topic: I have some bug on "RDA interrupt" |
sindyme
Replies: 1
Views: 3170
|
Forum: General CCS C Discussion Posted: Thu Aug 26, 2010 9:06 pm Subject: I have some bug on "RDA interrupt" |
I have a bug on "PIC24FJ256GA106"
When I open two "int_RDA" that PIC will work normal.
But if I open third "int_RDA" (int_RDA, int_RDA2, int_RDA3) that PIC will not w ... |
Topic: My UART setting can't receive data !! 24FJGB106 |
sindyme
Replies: 1
Views: 3535
|
Forum: General CCS C Discussion Posted: Thu Apr 29, 2010 3:33 am Subject: My UART setting can't receive data !! 24FJGB106 |
CCS Ver : PCD 4.017
PIC : PIC24FJ256GB106
My UART setting can't receive data !!
There is my code ~
I want to use "#pin_select" to setting PIC24FJ256GB106 PR pin
But It can't receive ... |
Topic: About RS232 9bit setting and question |
sindyme
Replies: 1
Views: 3944
|
Forum: General CCS C Discussion Posted: Sun Apr 25, 2010 8:24 pm Subject: About RS232 9bit setting and question |
morning everybody
I have question about RS232's 9Bit transmission.
How can I setting this syntax -->
#use rs232(UART1,baud=115200,parity=N,bits=8,stream=coma)
or
#use rs232( ... |
Topic: How can I set internal oscillator for PIC24F16KA101 |
sindyme
Replies: 4
Views: 7561
|
Forum: General CCS C Discussion Posted: Mon Mar 15, 2010 8:41 pm Subject: How can I set internal oscillator for PIC24F16KA101 |
I don't see a problem with the fuses settings, also no other problem in your code (as far as you posted it). I'm using
nearly identical fuses in my application. I don't know, if you have ISRs for yo ... |
Topic: How can I set internal oscillator for PIC24F16KA101 |
sindyme
Replies: 4
Views: 7561
|
Forum: General CCS C Discussion Posted: Mon Mar 15, 2010 12:38 am Subject: How can I set internal oscillator for PIC24F16KA101 |
#fuses FRC is working with PIC24F24KA101 and (at least) recent compiler versions (V4.104, V4.105).
How do you determine, that it doesn't work? What's your compiler version?
My CCS version is 4.105 ... |
Topic: How can I set internal oscillator for PIC24F16KA101 |
sindyme
Replies: 4
Views: 7561
|
Forum: General CCS C Discussion Posted: Sun Mar 14, 2010 11:57 pm Subject: How can I set internal oscillator for PIC24F16KA101 |
Hello everybody
I want to set internal oscillator for "PIC24F16KA101"
I'm try these set at wizard but still can't work
#FUSES FRC //Internal Fast RC Oscillator
#F ... |
Topic: My CCS software is damaged !! Can't compile |
sindyme
Replies: 1
Views: 3662
|
Forum: General CCS C Discussion Posted: Mon Mar 08, 2010 9:39 pm Subject: My CCS software is damaged !! Can't compile |
My CCS software is damaged !!
My OS is Windows XP SP3 and CCS verision is 4.105.
I use PCDIDE compiler and I have PCD license.
Until yesterday I can use CCS to compile for my PIC24 series.
But now ... |
Topic: Please help me bootloader on "PIC24F16KA101" |
sindyme
Replies: 1
Views: 3849
|
Forum: General CCS C Discussion Posted: Sun Feb 28, 2010 11:57 pm Subject: Please help me bootloader on "PIC24F16KA101" |
Would anyone teach me about bootloader for "PIC24F16KA101".
I have two project must to use bootloader to update firmware.
I reference "CCS" example that "EX_PCD_Bootloader.c ... |
Topic: My #int_RDA can't work on PIC24F256GB106 |
sindyme
Replies: 4
Views: 5208
|
Forum: General CCS C Discussion Posted: Fri Feb 12, 2010 8:34 am Subject: My #int_RDA can't work on PIC24F256GB106 |
Has the problem with the UART numbers being reversed, been fixed?.
Yes, if I remember right. But it's a good idea to check correct SFR usage and PIN_SELECT coding anyway. It has
been partially wron ... |
Topic: My #int_RDA can't work on PIC24F256GB106 |
sindyme
Replies: 4
Views: 5208
|
Forum: General CCS C Discussion Posted: Thu Feb 11, 2010 11:59 pm Subject: My #int_RDA can't work on PIC24F256GB106 |
My CCS Verison is 4.104 for "PCDIDE Compiler".
I'm use "PIC24F256GB106" for RS232.
If I no use "#int_RDA" that PIC will be normal work.
But when I use "#int_RDA&q ... |
|