Author |
Message |
Topic: Baud rate change |
monsters_inc
Replies: 3
Views: 9791
|
Forum: General CCS C Discussion Posted: Fri Feb 11, 2011 2:02 am Subject: Baud rate change |
Hi. for hardware(build-in) uart you can use set_uart_speed (baud, [stream, clock]) to change baud rate.
Best Regards. |
Topic: Debug error with ICD-U64 |
monsters_inc
Replies: 1
Views: 26355
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Nov 30, 2010 3:56 am Subject: Debug error with ICD-U64 |
Hi. On MCLR pin must be only 47k resistor to VCC.
Best Regards. |
Topic: PIC 18F4550 |
monsters_inc
Replies: 2
Views: 3602
|
Forum: General CCS C Discussion Posted: Mon Apr 19, 2010 7:38 am Subject: PIC 18F4550 |
Hi. PIC18F4550 is only USB device. It can't work as USB host.
You can look Philips ARM LPCXXXX. |
Topic: PIC24FJ16 Uart1 Problem |
monsters_inc
Replies: 8
Views: 7958
|
Forum: General CCS C Discussion Posted: Mon Mar 22, 2010 10:05 am Subject: PIC24FJ16 Uart1 Problem |
Hi. try #fuses XT,PROTECT,NOWDT.
XT - 3mhz to 10 mhz for PCD.
Best Regards. |
Topic: CCS 4104 Compiler Bug! |
monsters_inc
Replies: 18
Views: 21352
|
Forum: General CCS C Discussion Posted: Sat Mar 20, 2010 12:48 am Subject: CCS 4104 Compiler Bug! |
Hi, loupan
In my case this problem exist only once and for now I search generated listing for address 0x20C. |
Topic: help with CCS TCP/IP stack tutorial |
monsters_inc
Replies: 7
Views: 17443
|
Forum: General CCS C Discussion Posted: Wed Mar 10, 2010 1:55 pm Subject: help with CCS TCP/IP stack tutorial |
Hi. When I use mac 01:02:03:04:05:06 with "ex_st_webserver.c" and dhcp enabled it can't get IP. When I change mac to 00:02:03:04:05:06 dhcp works fine. |
Topic: 120 KHz Carrier Signal |
monsters_inc
Replies: 3
Views: 4157
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 5:53 am Subject: 120 KHz Carrier Signal |
Hi. With oscillator of 4MHz you can't obtain exact 120Khz. You can obtain 125Khz. |
Topic: I don't understand assembler |
monsters_inc
Replies: 3
Views: 4420
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 2:36 am Subject: I don't understand assembler |
Hi.
027F: BSF 03.5 this switch to data memory bank 1(STATUS register bit 5 = 1)
0281: CLRF 1A SRCON1 = 0 (address = 80h+1Ah = 9Ah)
0282: CLRF 19 SRCON0 = 0 (address = 80h+19h = 99h)
Look at page 1 ... |
Topic: CCS 4104 Compiler Bug! |
monsters_inc
Replies: 18
Views: 21352
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 2:03 am Subject: CCS 4104 Compiler Bug! |
Hi, 0x200 is start address of function that pass string char by char to printf function and 0x20C is start address of string.
.................... #type unsigned
.................... #include &qu ... |
Topic: CCS 4104 Compiler Bug! |
monsters_inc
Replies: 18
Views: 21352
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 1:12 am Subject: CCS 4104 Compiler Bug! |
Thanks for info FvM. I'll try. |
Topic: CCS 4104 Compiler Bug! |
monsters_inc
Replies: 18
Views: 21352
|
Forum: General CCS C Discussion Posted: Thu Feb 18, 2010 12:13 am Subject: CCS 4104 Compiler Bug! |
Address 20C doesn't exist in listing. |
Topic: CCS 4104 Compiler Bug! |
monsters_inc
Replies: 18
Views: 21352
|
Forum: General CCS C Discussion Posted: Wed Feb 17, 2010 2:16 pm Subject: CCS 4104 Compiler Bug! |
There is nothing special in project. A lot of code for driving three serial ports, SPI and ADC. The strange thing is that always destination address is 0x20C and only on one BRA or CALL instruction! |
Topic: CCS 4104 Compiler Bug! |
monsters_inc
Replies: 18
Views: 21352
|
Forum: General CCS C Discussion Posted: Wed Feb 17, 2010 2:00 pm Subject: CCS 4104 Compiler Bug! |
Hi. I added two more files with code to the project and found that the wrong destination addres of BRA, CALL instructions appear with or without directive "#type unsigned".
This is strang ... |
Topic: CCS 4104 Compiler Bug! |
monsters_inc
Replies: 18
Views: 21352
|
Forum: General CCS C Discussion Posted: Wed Feb 17, 2010 5:25 am Subject: CCS 4104 Compiler Bug! |
Hi,
I use CCS 4104 PCWHD compiler with PIC24FJ256GA106.
When I use directive "#type unsigned" compiler replaces in code destination address of one BRA or CALL instruction with 0x20C wich p ... |
|