Author |
Message |
Topic: data sheets are nothing for ccs c programmer. |
eskachig
Replies: 14
Views: 15593
|
Forum: General CCS C Discussion Posted: Wed Nov 25, 2009 6:01 pm Subject: data sheets are nothing for ccs c programmer. |
I am a programmer for 1 year now in ccs c, and today I understood that I just can't work on my own and need to copy codes all the time. That's because data sheets are for assembler programmers !
Actu ... |
Topic: Ide with Windows 7 |
eskachig
Replies: 11
Views: 14873
|
Forum: General CCS C Discussion Posted: Thu Jun 11, 2009 3:19 pm Subject: Ide with Windows 7 |
Has anyone gotten the CCS IDE to work on the Windows 7 RC? I love this new OS and booting into Windows XP just to run CCS software is a drag. I tried to set the compatibility mode to XP, but PCW.exe j ... |
Topic: _fixed(n) bugged? |
eskachig
Replies: 10
Views: 11936
|
Forum: General CCS C Discussion Posted: Fri May 15, 2009 6:45 pm Subject: _fixed(n) bugged? |
Has anyone else played around with this? I'm using 4.084 and it seems like addition and subtraction works ok, but multiplication and division are all messed up.
Debugger integration is pretty horr ... |
Topic: Analog pins |
eskachig
Replies: 8
Views: 15129
|
Forum: General CCS C Discussion Posted: Thu Apr 30, 2009 12:21 am Subject: Analog pins |
Are they all automatically low?
Any input regardless digital or analog on PIC is high-z.
Ok, I meant cleared.
all pins configured as analog input channels will read as cleared (a low level)
... |
Topic: Analog pins |
eskachig
Replies: 8
Views: 15129
|
Forum: General CCS C Discussion Posted: Wed Apr 29, 2009 11:57 pm Subject: Analog pins |
Sorry to resurrect this thread, but I'm still a bit confused. What exactly happens to my digital inputs when I am forced to use setup_adc_ports(all_analog) to get access to analog channel 13? Are they ... |
Topic: (Yet another) quick ADC question, 18LF8722 |
eskachig
Replies: 4
Views: 6495
|
Forum: General CCS C Discussion Posted: Sun Mar 29, 2009 3:24 pm Subject: (Yet another) quick ADC question, 18LF8722 |
Key part is figure 28.3.
Last line above the note.
So long as you are using the internal memory, and your supply voltage is greater than:
((24-4)/16.36)+2 volts = 2.367v, the chip is certified to r ... |
Topic: (Yet another) quick ADC question, 18LF8722 |
eskachig
Replies: 4
Views: 6495
|
Forum: General CCS C Discussion Posted: Fri Mar 27, 2009 8:58 pm Subject: (Yet another) quick ADC question, 18LF8722 |
Where does the data sheet say it's limited to 22 MHz at 5v ?
http://ww1.microchip.com/downloads/en/DeviceDoc/39646c.pdf
P 277 table for clock times vs max frequency. Maybe I took it to mean more t ... |
Topic: (Yet another) quick ADC question, 18LF8722 |
eskachig
Replies: 4
Views: 6495
|
Forum: General CCS C Discussion Posted: Fri Mar 27, 2009 4:58 pm Subject: (Yet another) quick ADC question, 18LF8722 |
Hi everyone, this is my first post here, this is an awesome forum with a huge wealth of information and it's been a giant help to me - I'm a total n00b when it comes to microcontrollers. I have a coup ... |
|