Author |
Message |
Topic: LCD gone wrong after unrelated PIN assigned in .h file |
tfm
Replies: 6
Views: 11193
|
Forum: General CCS C Discussion Posted: Sat Dec 13, 2014 10:39 am Subject: LCD gone wrong after unrelated PIN assigned in .h file |
Got it! Thank you! I'll keep it in mind |
Topic: LCD gone wrong after unrelated PIN assigned in .h file |
tfm
Replies: 6
Views: 11193
|
Forum: General CCS C Discussion Posted: Sat Dec 13, 2014 2:18 am Subject: LCD gone wrong after unrelated PIN assigned in .h file |
Ttelmah, thanks for the reply!
I come from Texas Instruments Code Composer Studio, where everything has to be set "by hand", ie, TRIS for all pins and ports.
I'll give it a try with th ... |
Topic: LCD gone wrong after unrelated PIN assigned in .h file |
tfm
Replies: 6
Views: 11193
|
Forum: General CCS C Discussion Posted: Sat Dec 13, 2014 1:18 am Subject: LCD gone wrong after unrelated PIN assigned in .h file |
PCM programer,
That's right! Thank you!!
In what case(s) are there real advantages using #fixed_io()? I mean, why would this directive be in CCS first place? |
Topic: LCD gone wrong after unrelated PIN assigned in .h file |
tfm
Replies: 6
Views: 11193
|
Forum: General CCS C Discussion Posted: Sat Dec 13, 2014 12:50 am Subject: LCD gone wrong after unrelated PIN assigned in .h file |
Hello,
I am using PIC18F4685, CCS PCWHD Compiler 5.008.
My code involves reading a value from ADC (PIN_A0), setting PWM (PIN_RC2 / CCP1) and sending data to LCD.
LCD is working on individual ... |
|