CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 6 matches
CCS Forum Index
Author Message
  Topic: ICD U40
ploana

Replies: 2
Views: 4767

PostForum: General CCS C Discussion   Posted: Sun Dec 10, 2006 8:03 am   Subject: ICD U40
Hi

i would like to have the ICD-U40 programmer on my PIC Board with a PIC18F6585.
But for this i need the Schematics from the ICD-U40 programmer, and i don't now where i can get this schematics.
...
  Topic: EUSART
ploana

Replies: 0
Views: 3418

PostForum: General CCS C Discussion   Posted: Wed Aug 23, 2006 6:53 am   Subject: EUSART
EUSART

// UART_WAKE_UP_ON_RDA --> Can wake up the master
SETUP_UART(UART_WAKEUP_ON_RDA);

// Automatische Baudratenerkennung: ein
SETUP_UART(UART_AUTODETECT_NOWAIT&# ...
  Topic: LIN bus and EUSART
ploana

Replies: 2
Views: 4957

PostForum: General CCS C Discussion   Posted: Wed Aug 09, 2006 3:25 am   Subject: LIN bus and EUSART
Hi

you will need EUSART only for slave mode.
If you use the CCS Comiler and you use #rs232() you will have bi problems by changing the pins manually.
For master Mode by LIN-Bus:
putc(0x0F) with ...
  Topic: MMC/ SD, sleep and wake up- Minimizing Current?
ploana

Replies: 4
Views: 5754

PostForum: General CCS C Discussion   Posted: Mon Aug 07, 2006 5:24 am   Subject: Sleep ... Wake up
Ttelmah is right if a command is not received for a short period 5ms the sandisk card entered in sleep mode automatic.

for the use of a mmc/sd card you have to inititlize the card, and when you use ...
  Topic: SETUP_TIMER_1()
ploana

Replies: 1
Views: 6877

PostForum: General CCS C Discussion   Posted: Mon Aug 07, 2006 4:23 am   Subject: SETUP_TIMER_1()
Hello
In the help of the CCS Compiler stands:
"With an internal clock at 20Mhz and with the T1_DIV_BY_8 mode, the timer will increment every 1.6us. It will overflow every 104.8576ms"

b ...
  Topic: RS232
ploana

Replies: 1
Views: 3679

PostForum: General CCS C Discussion   Posted: Thu Jul 27, 2006 9:44 am   Subject: RS232
Hello



In this programm i work with UART. My poblem is that when is set FORCE_SW, putc() doesn't work right.

What can i do to enable the FORCE_SW at the ************************************ ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group