Author |
Message |
Topic: <SOLVED> Windows 7+MPLAB 8.88 +CCS Plugin =No Compiler |
unitrant
Replies: 16
Views: 21198
|
Forum: General CCS C Discussion Posted: Sat Jan 19, 2013 10:59 am Subject: <SOLVED> Windows 7+MPLAB 8.88 +CCS Plugin =No Compiler |
In MPLab, on the Project menu you need to ensure"Select Language Tool Locations..." is filled in correctly.
You probably know this already but I frequently forget to check when I install ... |
Topic: Wiegand to Serial RS232 Conversor |
unitrant
Replies: 4
Views: 9301
|
Forum: General CCS C Discussion Posted: Fri Jul 01, 2011 12:02 pm Subject: Wiegand to Serial RS232 Conversor |
All the information you should need can be found in an HID white paper which you should find here:
www.hidglobal.com/documents/understandCardDataFormats_wp_en.pdf
However it is necessary to have a ... |
Topic: Problem using #rom with EEprom data |
unitrant
Replies: 2
Views: 7973
|
Forum: General CCS C Discussion Posted: Tue Sep 12, 2006 7:06 am Subject: Problem using #rom with EEprom data |
Brilliant!
Many thanks. |
Topic: Problem using #rom with EEprom data |
unitrant
Replies: 2
Views: 7973
|
Forum: General CCS C Discussion Posted: Tue Sep 12, 2006 4:56 am Subject: Problem using #rom with EEprom data |
I have converted 16F877 code to 18F452 code but I am finding the section to initialise data for the internal EEprom is going awry.
The code below generates 8bit numbers for the EEprom when 16F877 i ... |
Topic: Using assembler in C source |
unitrant
Replies: 4
Views: 6910
|
Forum: General CCS C Discussion Posted: Fri Aug 11, 2006 12:18 pm Subject: Using assembler in C source |
Thank you for your suggestion. The problem is that the compiler does not like any of my attempts to derive what is effectively an offset (8bit) from the base address of sRxTx_Buffer. Hence the code w ... |
Topic: Using assembler in C source |
unitrant
Replies: 4
Views: 6910
|
Forum: General CCS C Discussion Posted: Fri Aug 11, 2006 3:17 am Subject: Using assembler in C source |
Can anyone suggest how I can alter the following assembler snippet so CCS compiler will like it, please?
incf sRxTx_Pntr,F // step the pointer
incf sRxTx_Count,F // step num chrs rcvd
movf sRxT ... |
Topic: Ramtron FRAM driver |
unitrant
Replies: 2
Views: 37193
|
Forum: Code Library Posted: Sat May 20, 2006 6:22 am Subject: Ramtron FRAM driver |
The following is a simple adaptation of CCS 24256.c driver to suit the fast handling of the Ramtron 24C256 I2C FRAM. This code is referenced in the test file as FM24c256.c
// add/remove comments ... |
Topic: SPI bus length |
unitrant
Replies: 3
Views: 6137
|
Forum: General CCS C Discussion Posted: Fri Aug 12, 2005 8:59 am Subject: SPI bus length |
Many thanks for the answers. |
Topic: SPI bus length |
unitrant
Replies: 3
Views: 6137
|
Forum: General CCS C Discussion Posted: Fri Aug 12, 2005 7:22 am Subject: SPI bus length |
Does anyone have practical experience of running an SPI bus over a relatively long length i.e. a foot or two+? |
|