Author |
Message |
Topic: SPI mode change |
GusA
Replies: 2
Views: 11153
|
Forum: General CCS C Discussion Posted: Tue Mar 30, 2021 2:29 pm Subject: SPI mode change |
CCS technical support replied as follows, which BTW I tried and worked fine:
You can do this:
#use spi (MASTER, SPI1, BAUD=100000, MODE=0, BITS=8, STREAM=SPI_1A) #use spi (MASTER, SPI1, BAUD=100 ... |
Topic: SPI mode change |
GusA
Replies: 2
Views: 11153
|
Forum: General CCS C Discussion Posted: Tue Mar 30, 2021 1:43 pm Subject: SPI mode change |
I am working with a PIC18F67K22 microcontroller, using the PCWH compiler ver 5.093.
I have a working SPI bus configured as follows:
#use spi (MASTER, SPI1, BAUD=500000, MODE=0, BITS=8, STREAM=SPI_ ... |
Topic: Interrupt Priority PIC18F67K22 |
GusA
Replies: 1
Views: 9467
|
Forum: General CCS C Discussion Posted: Wed Apr 29, 2020 11:12 am Subject: Interrupt Priority PIC18F67K22 |
How do I configure interrupt priorities (IPEN = 1) for the pic18f67k22 microcontroller? I am using the PCWH compiler.
I do not see it on the IDE project wizard, or find it on the CCS C compiler manua ... |
Topic: IDE Version 5.092 Crashes |
GusA
Replies: 6
Views: 16383
|
Forum: General CCS C Discussion Posted: Sat Mar 28, 2020 11:21 am Subject: IDE Version 5.092 Crashes |
Only a couple other applications running. I have used MPLAB X on the same computer to develop a few projects, never have had this problem. A new customer asked me to go to CCS, so here I am.
If the ... |
Topic: IDE Version 5.092 Crashes |
GusA
Replies: 6
Views: 16383
|
Forum: General CCS C Discussion Posted: Sat Mar 28, 2020 10:58 am Subject: IDE Version 5.092 Crashes |
I am a new CCS IDE user. I just purchased and installed version 5.093. I created a simple project, basically to navigate the IDE and learn about general usage. I had two IDE crashes. I sent the follow ... |
|