Author |
Message |
Topic: Bug in spi_read()? |
groston
Replies: 2
Views: 4786
|
Forum: General CCS C Discussion Posted: Wed May 30, 2007 10:17 pm Subject: Bug in spi_read()? |
Ah - quality documentation. One page says 'X" another says "not X". Quality goes in before the names goes on... |
Topic: Bug in spi_read()? |
groston
Replies: 2
Views: 4786
|
Forum: General CCS C Discussion Posted: Wed May 30, 2007 9:32 pm Subject: Bug in spi_read()? |
I am using the CCS C compiler, version PCM 4.x. The system uses a PIC 16F886 as an SPI master and another device as the SPI slave. The PIC is being configured as:
setup_spi(SPI_MASTER | SPI_L_TO_H ... |
Topic: Problem 'stepping over' in MPLAB |
groston
Replies: 1
Views: 3690
|
Forum: General CCS C Discussion Posted: Mon Mar 19, 2007 12:21 pm Subject: Problem 'stepping over' in MPLAB |
I am new to MPLAB and the CCS compiler, so maybe that which I am about to describe is normal...
Here is my highly sophisticated program:
#include <16F88.h>
#fuses NOWDT,NOPROTECT,INTRC_IO,P ... |
Topic: Getting started - missing something obvious |
groston
Replies: 1
Views: 4356
|
Forum: General CCS C Discussion Posted: Fri Mar 09, 2007 5:22 pm Subject: Getting started - missing something obvious |
I am trying to get the PIC-equivalent 'Hello Word!" program running. Here is my code - all seven lines of it:
#include <16F88.h>
#fuses HS,NOWDT,NOPROTECT,INTRC
#use delay(internal ... |
Topic: Newbie question - getting started |
groston
Replies: 3
Views: 6310
|
Forum: General CCS C Discussion Posted: Tue Mar 06, 2007 3:40 pm Subject: Newbie question - getting started |
Ttelmah,
Were it only that simple! I do not see that file - could you please email it to me? gerry <at> pairofdocs <dot> net
Humberto,
Thanks for the pointers! |
Topic: Newbie question - getting started |
groston
Replies: 3
Views: 6310
|
Forum: General CCS C Discussion Posted: Tue Mar 06, 2007 3:09 pm Subject: Newbie question - getting started |
All,
I am trying to get started with CCS C, which I am using within MPLAB. I am an experienced C programmer and have a small amount of experience with PIC microcontrollers and Pic Basic Pro.
My ... |
|