View previous topic :: View next topic |
Author |
Message |
arrow
Joined: 17 May 2005 Posts: 213
|
SETUP_SPI and PCW 2.686 |
Posted: Tue Jun 07, 2005 1:29 am |
|
|
Hi
Are there any known bugs in the PICC compiler version 2.686 (very old compiler) in the SPI routines?
Thank you
arrow |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Jun 07, 2005 3:09 pm |
|
|
If you have a problem with SPI and that version, we can probably
help you. But you have to post a test program and describe the
problem in detail. (ie., don't ask us to pre-test the version for you). |
|
|
Guest
|
|
Posted: Wed Jun 08, 2005 1:34 am |
|
|
Hi
Thank you for your suggestion.
Unfortunately, I do not have a test program (at the moment). I am new to SPI, can you please suggest a simple procedure that I can implement to test SPI?
I am trying to read/ write to a MMC card using SPI, and would like to tackle the SPI part first.
All the best
arrow |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Jun 08, 2005 11:34 am |
|
|
Quote: |
Unfortunately, I do not have a test program (at the moment).
I am new to SPI, can you please suggest a simple procedure
that I can implement to test SPI? |
This thread has a test program for the spi_write() function:
http://www.ccsinfo.com/forum/viewtopic.php?t=20279&start=0 |
|
|
|