Author |
Message |
Topic: 16F18855 ADC not working w/ CCS functions or reg writes |
Teriyaki
Replies: 4
Views: 13543
|
Forum: General CCS C Discussion Posted: Tue Dec 19, 2017 4:07 pm Subject: 16F18855 ADC not working w/ CCS functions or reg writes |
I did test some time ago the 16F18855 analogue to digital converter in legacy mode, using a MPLABXpress board. You don't need to set the adc related registers by yourself. Just use the CCS functions. ... |
Topic: CCS 5.xxx Sticky |
Teriyaki
Replies: 39
Views: 117897
|
Forum: General CCS C Discussion Posted: Mon Sep 08, 2014 2:52 am Subject: IDE crashing when trying to use PROJECT NOTES |
Hi all,
I am using Windows 7 64bit and PCW compiler version 5.025. When I am trying to click on in the IDE VIEW tab the PROJECT NOTES then the following error message will appear:
"Access v ... |
Topic: ICD-U64 break log monitor not working with PIC16F1939 |
Teriyaki
Replies: 0
Views: 2866
|
Forum: General CCS C Discussion Posted: Mon Oct 08, 2012 5:26 am Subject: ICD-U64 break log monitor not working with PIC16F1939 |
Hi all,
I did use this program to test the debugger break log function:
#undef PIC16F877
#ifdef PIC16F877
#include <16f877A.h>
#device ICD=TRUE
#fuses HS,NOLVP,NOWDT
#use delay ... |
Topic: Streaming and monitoring Data through ICDU64 |
Teriyaki
Replies: 5
Views: 9816
|
Forum: General CCS C Discussion Posted: Thu Aug 16, 2012 12:24 am Subject: Streaming and monitoring Data through ICDU64 |
Hi all,
Does anybody know in detail how the directive #use rs232(ICD) is working?
I made a few tests but it is not fully clear from the descriptions found in the compiler manual and information ... |
Topic: LM35 Driver - UPDATED |
Teriyaki
Replies: 8
Views: 62282
|
Forum: Code Library Posted: Mon Jul 23, 2012 4:15 am Subject: LM35 Driver - UPDATED |
Hi Gabriel,
the LM35 in TO220 actually provides the best results because of the high thermal conductivity of the mounting connection. Just a pity that the mounting surface is connected to pin2. So ... |
Topic: signed or unsigned - this is the question |
Teriyaki
Replies: 1
Views: 3701
|
Forum: General CCS C Discussion Posted: Mon Sep 25, 2006 3:15 am Subject: signed or unsigned - this is the question |
Hi everybody !
Does a CCS C type specifier like int8, int16, int32 specify singed or unsigned numbers ? |
|