Author |
Message |
Topic: Problemos LCD |
Georg Prinz
Replies: 4
Views: 5615
|
Forum: General CCS C Discussion Posted: Tue Dec 06, 2005 5:16 am Subject: Problemos LCD |
Thank you both javascript:emoticon('')! It`s working now, even with characters after the decimal point, multiplying by hundred and converting it to integer. Well, I'am not happy with loosing lot ... |
Topic: Problemos LCD |
Georg Prinz
Replies: 4
Views: 5615
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 2:34 pm Subject: problemos lcd |
to complete my question: I'am using PCWH, Rev. 3.212
Saludos
Jorge |
Topic: Problemos LCD |
Georg Prinz
Replies: 4
Views: 5615
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 10:18 am Subject: Problemos LCD |
Hi folks,
could anybody give me a solution for this problem:
Writing to a LCD like printf(lcd_putc,"\f Power=%4.0f dBm",floatvalue) will change the position with the size of the variable. This le ... |
Topic: PIC 18F4620 bug? |
Georg Prinz
Replies: 5
Views: 7923
|
Forum: General CCS C Discussion Posted: Mon Oct 03, 2005 8:48 am Subject: Running!! |
I made him legs to run!
Hallo PCM Programmer,
thanks for your suggestions! After going through of all your proposals and digging in Microchips documentation I remembered reading somewhere ... |
Topic: PIC 18F4620 bug? |
Georg Prinz
Replies: 5
Views: 7923
|
Forum: General CCS C Discussion Posted: Mon Oct 03, 2005 8:48 am Subject: Running!! |
I made him legs to run!
Hallo PCM Programmer,
thanks for your suggestions! After going through of all your proposals and digging in Microchips documentation I remembered reading somewhere ... |
Topic: PIC 18F4620 bug? |
Georg Prinz
Replies: 5
Views: 7923
|
Forum: General CCS C Discussion Posted: Sun Oct 02, 2005 1:28 pm Subject: PIC 18F4620 bug? |
Thanks for replying so fast,
but I'am very sorry these lines are left from playing around. I already commented them out without any result. In the main routine the counter is not set to the start v ... |
Topic: PIC 18F4620 bug? |
Georg Prinz
Replies: 5
Views: 7923
|
Forum: General CCS C Discussion Posted: Sun Oct 02, 2005 8:02 am Subject: PIC 18F4620 bug? |
Hi folks,
I started a new project with 18f4620 facing severe problem. The first chip I couldn't set the fuses. Replacing the chip by a new one, every thing seemd to be ok, the code was loaded, but no ... |
Topic: Increase A/D resolution? |
Georg Prinz
Replies: 9
Views: 16658
|
Forum: General CCS C Discussion Posted: Wed Sep 14, 2005 11:45 pm Subject: Increase A/D resolution? |
Thank you all for the valuable explanation and references, especially from Humberto and Neutone. It helped me a lot to revise my opinion and to make the right decision for my design.
Very Happy
Unf ... |
Topic: Increase A/D resolution? |
Georg Prinz
Replies: 9
Views: 16658
|
Forum: General CCS C Discussion Posted: Tue Sep 13, 2005 6:20 am Subject: Increase A/D resolution? |
Ok Humberto,
thank you for your reply. This is what I suggested, too. The reason was that I found a software at the microchip forum (18ADOver), which says "Oversampling and averaging technique use ... |
Topic: Increase A/D resolution? |
Georg Prinz
Replies: 9
Views: 16658
|
Forum: General CCS C Discussion Posted: Tue Sep 13, 2005 4:53 am Subject: Increase A/D resolution? |
Hi folks,
is it possible to increase the 10-bit resolution of the pic A/D-converter by oversampling the signal? If yes, what is the mathem. background or a hint where to find it and does anybody ha ... |
Topic: invalid clock value |
Georg Prinz
Replies: 3
Views: 27745
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sun Jul 10, 2005 11:40 pm Subject: invalid clock value |
Ok folks,
I's running. I checked the hardware carefully and found a hidden resistor. |
Topic: invalid clock value |
Georg Prinz
Replies: 3
Views: 27745
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sun Jul 03, 2005 11:40 pm Subject: invalid clock value |
Hi folks,
I use PCWH-compiler V. 3.212 with ICD-U40. Following test program is compiled and loaded correctly and debugger says "Ready MCU at 10MHz":
#include <16f876.h>
#fuses HS,NOLVP,NOWD ... |
Topic: Two dimensional array |
Georg Prinz
Replies: 3
Views: 10510
|
Forum: General CCS C Discussion Posted: Tue Mar 08, 2005 2:42 pm Subject: Two dimensional array |
Hi folks,
can anybody reveal me how to initialize an two dimensional array?
For a menu-driven application i like to store all the text-strings into such an array and retrieve it via the first di ... |
Topic: Passing string with variable length to function |
Georg Prinz
Replies: 2
Views: 8670
|
Forum: General CCS C Discussion Posted: Tue Mar 08, 2005 3:05 am Subject: Variable string to function |
javascript:emoticon('')
Rolling Eyes
What a pity!
Gracias for the quick answer.
Saludos
Jorge |
Topic: Passing string with variable length to function |
Georg Prinz
Replies: 2
Views: 8670
|
Forum: General CCS C Discussion Posted: Mon Mar 07, 2005 3:38 pm Subject: Passing string with variable length to function |
Hi folks,
does anybody have an idea why following code cannot pass a string to a function (i use PCW 3.212 and a 18Pic252 chip):
void LCDstr(char *strptr)
{
char pi, ch, punto[22];
pi = ... |
|