Author |
Message |
Topic: Help to make driver of MX25L6445E |
kongfu1
Replies: 1
Views: 5416
|
Forum: General CCS C Discussion Posted: Fri Jul 12, 2013 8:38 pm Subject: Help to make driver of MX25L6445E |
Hi,
Somehow a driver of MX25L6445E is not working. Please help.
CCS 4.144
PIC24EP512GU810
#define TRANS_LENGTH 16
#define RANDOM_SEED 106
#define FLASH_TARGET_ADDR 0x00000000
... |
Topic: ads8331 - help |
kongfu1
Replies: 12
Views: 15482
|
Forum: General CCS C Discussion Posted: Sat Dec 08, 2012 3:20 pm Subject: ads8331 - help |
How do you KNOW the ADC values?
Mike
The ADC values were measured from pin IN0 (channel 1) and IN1 (channel2) of ads8331. Also sensor output could be set in a rough range such as 0, 1,2..6V. Fo ... |
Topic: ads8331 - help |
kongfu1
Replies: 12
Views: 15482
|
Forum: General CCS C Discussion Posted: Sat Dec 08, 2012 2:19 pm Subject: ads8331 - help |
Are you're telling us the only problem is selecting the channel ? That everything else works fine ?
What were the ADC values tested and the results ?
Your 'main' program isn't complete and runs ... |
Topic: ads8331 - help |
kongfu1
Replies: 12
Views: 15482
|
Forum: General CCS C Discussion Posted: Sat Dec 08, 2012 1:42 pm Subject: ads8331 - help |
Hi,
Thanks for everyone's help. This project was done long time ago when a controller board is available but sensors circuit not.
Now everything is here. The problem is that, the ads8331 does n ... |
Topic: ads8331 - help |
kongfu1
Replies: 12
Views: 15482
|
Forum: General CCS C Discussion Posted: Fri Dec 07, 2012 10:17 pm Subject: ads8331 - help |
Hi,
Any one has experience or driver code of ads8331 ADC converter with 24EP512GU810 or any PIC?
This is chip is not easy to nail down.
Thanks,
Howard |
Topic: SPI port3 on 24EP512GU810 |
kongfu1
Replies: 1
Views: 3316
|
Forum: General CCS C Discussion Posted: Sat Nov 10, 2012 2:19 pm Subject: SPI port3 on 24EP512GU810 |
Hi,
I have a project that uses three SPI ports. One of these is set as slave on spi 3:
#use spi(SLAVE, FORCE_HW, DI=PIN_D14, DO=PIN_D15, CLK=PIN_B13, BITS=8, SPI3, stream=SPI_RCB)
S ... |
Topic: MX25L6406E driver |
kongfu1
Replies: 1
Views: 3990
|
Forum: General CCS C Discussion Posted: Tue Jul 31, 2012 2:22 pm Subject: MX25L6406E driver |
Hi
Any one has a driver for MX25L6406E?
Thanks. |
Topic: SPI setting with 24EP512GU810 |
kongfu1
Replies: 6
Views: 7365
|
Forum: General CCS C Discussion Posted: Wed May 23, 2012 1:52 pm Subject: SPI setting with 24EP512GU810 |
Hi! No need to apologize and explain what you have had in your mind. People knows, trust me. Just be yourself, whatever and whoever. |
Topic: SPI setting with 24EP512GU810 |
kongfu1
Replies: 6
Views: 7365
|
Forum: General CCS C Discussion Posted: Tue May 22, 2012 12:01 pm Subject: SPI setting with 24EP512GU810 |
I believe ALL options have to be in the appropriate .h file, or the compiler can't handle them.
Can you find them in the .h file? If not could you modify your copy to avoid direct register manipula ... |
Topic: SPI setting with 24EP512GU810 |
kongfu1
Replies: 6
Views: 7365
|
Forum: General CCS C Discussion Posted: Tue May 22, 2012 11:22 am Subject: SPI setting with 24EP512GU810 |
Either complain to CCS, or read the PIC data sheet, and set the registers yourself.
Mike
Everyone knows those two options but still post to this group. This place in most cases can provide an an ... |
Topic: SPI setting with 24EP512GU810 |
kongfu1
Replies: 6
Views: 7365
|
Forum: General CCS C Discussion Posted: Mon May 21, 2012 1:30 pm Subject: SPI setting with 24EP512GU810 |
This chip has 4 spi ports. CCS supports 2 spi port operation with spi1 and spi2.
How to define and control other two spi ports by using pin_select and setup_spi etc.
Thanks. |
Topic: MX25L6406E driver |
kongfu1
Replies: 2
Views: 6648
|
Forum: General CCS C Discussion Posted: Wed May 16, 2012 1:13 pm Subject: MX25L6406E driver |
Thanks. That is very useful.
They have a sample driver for download on this page:
http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/6F878CF760C559BD482576E00022E6CC/?Op ... |
Topic: MX25L6406E driver |
kongfu1
Replies: 2
Views: 6648
|
Forum: General CCS C Discussion Posted: Wed May 16, 2012 12:27 pm Subject: MX25L6406E driver |
Hi
Anyone has a driver of MX25L6406E or driver for similar chip to share?
Thanks. |
Topic: Output files from CCS |
kongfu1
Replies: 5
Views: 8315
|
Forum: General CCS C Discussion Posted: Fri May 11, 2012 12:13 pm Subject: Output files from CCS |
All output files from CCS are stayed in same folder with main regardless what was defined as "Output Directory", "Intermediary Directory" etc.
My question, is there any way to g ... |
Topic: RS232 is not working with PCD |
kongfu1
Replies: 4
Views: 6381
|
Forum: General CCS C Discussion Posted: Fri May 04, 2012 6:41 pm Subject: RS232 is not working with PCD |
Start by telling it your oscillator frequency.....
How do you expect the code to know how to generate 60M, when you aren't telling it the crystal frequency?. Key is that it has to know what the XT ... |
|