Author |
Message |
Topic: Help with SPI |
priesty100
Replies: 12
Views: 14679
|
Forum: General CCS C Discussion Posted: Tue Mar 03, 2009 5:28 pm Subject: Help with SPI |
Thank you all for your help,
I hadn't realised about the CS being required to sync the devices. Not sure how I managed to miss that I was only reading in 8bits.
Hey Gerry, yeah, its me, see what ... |
Topic: Help with SPI |
priesty100
Replies: 12
Views: 14679
|
Forum: General CCS C Discussion Posted: Mon Mar 02, 2009 10:28 am Subject: Help with SPI |
I should say that the CS pin on the ADIS16209 is pulled low in hardware. |
Topic: Help with SPI |
priesty100
Replies: 12
Views: 14679
|
Forum: General CCS C Discussion Posted: Mon Mar 02, 2009 10:21 am Subject: Help with SPI |
Hi, I'm trying to communicate over SPI from an 18F8722 to an ADIS16209 (an inclinometer from Analog) but am not getting anywhere so any help would be most appreciated, thank you.
I'm simply trying ... |
Topic: RS485 Problem (rs485_get_message) |
priesty100
Replies: 2
Views: 4441
|
Forum: General CCS C Discussion Posted: Mon Mar 10, 2008 9:30 am Subject: RS485 Problem (rs485_get_message) |
I am having problems using the RS485 routines:
I am communicating with a servo driver which returns status information after every command it receives.
The section of code concerned is as follow ... |
Topic: Error 51 on #ORG |
priesty100
Replies: 2
Views: 3328
|
Forum: General CCS C Discussion Posted: Wed Oct 17, 2007 1:39 am Subject: Error 51 on #ORG |
Thank you for your help, the problem is now sorted.
And yes, the delay_cycles function would be a much better implimentation.
Thanks again |
Topic: Error 51 on #ORG |
priesty100
Replies: 2
Views: 3328
|
Forum: General CCS C Discussion Posted: Tue Oct 16, 2007 6:28 am Subject: Error 51 on #ORG |
Compiler Version - 4.025
Target PIC - PIC18F8722
Oscillator Speed (10MHz) (clocking at 40MHz)
Hi,
I am trying to specify the location of some code using #org however the compiler is throwing ... |
|