Author |
Message |
Topic: Spi_read Problem |
electronx.x.2
Replies: 7
Views: 12137
|
Forum: General CCS C Discussion Posted: Sun Dec 18, 2011 10:00 pm Subject: Spi_read Problem |
What if we use #int_ssp, this gonna help us or not ? |
Topic: Spi_read Problem |
electronx.x.2
Replies: 7
Views: 12137
|
Forum: General CCS C Discussion Posted: Fri Dec 16, 2011 1:31 am Subject: Spi_read Problem |
Ok, I got it.
But what if I want to use only spi_write() for sending purpose and spi_read() for reading purpose.
What will be the role of spi_data_is_in() ? Please guide.
|
Topic: Problem in INT_RB |
electronx.x.2
Replies: 6
Views: 8165
|
Forum: General CCS C Discussion Posted: Fri Dec 09, 2011 4:37 am Subject: Problem in INT_RB |
thnx , the program is runnig, thnx |
Topic: Spi_read Problem |
electronx.x.2
Replies: 7
Views: 12137
|
Forum: General CCS C Discussion Posted: Fri Dec 09, 2011 4:22 am Subject: Spi_read Problem |
thnx, I'm 89% clear, but I want to send 16 bit data and want to receive 16 bit. I'm little bit confused here.
I can't understand the clock and timing, b/w sending and receiving. :( help |
Topic: Spi_read Problem |
electronx.x.2
Replies: 7
Views: 12137
|
Forum: General CCS C Discussion Posted: Fri Dec 09, 2011 3:53 am Subject: Spi_read Problem |
Do spi_read() performs both function, reading and writing ??
I'm confused plz help. |
Topic: C debugging |
electronx.x.2
Replies: 3
Views: 4527
|
Forum: General CCS C Discussion Posted: Fri Dec 09, 2011 3:19 am Subject: C debugging |
hmmm, let me try thnx |
Topic: C debugging |
electronx.x.2
Replies: 3
Views: 4527
|
Forum: General CCS C Discussion Posted: Thu Dec 08, 2011 10:11 pm Subject: C debugging |
Hello, I'm facing a problem here. I want the debugger to compile in C. I mean the single step, cursor, step over, these should debug in C, not in assembly. I am using ccs 4.114 with icd-u64.
Is t ... |
Topic: ICD-U64 Problem |
electronx.x.2
Replies: 0
Views: 21956
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Wed Dec 07, 2011 1:18 am Subject: ICD-U64 Problem |
ICD-U64 problem: I can't debug through picc compiler 4.114, but when I load my program through ccsload, it runs smooth and causes no problem.
I'm getting error continuously when debugging, why ? I ... |
Topic: Problem in INT_RB |
electronx.x.2
Replies: 6
Views: 8165
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2011 5:02 am Subject: Problem in INT_RB |
link please. |
Topic: Problem in INT_RB |
electronx.x.2
Replies: 6
Views: 8165
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2011 3:45 am Subject: Problem in INT_RB |
I just want to use INT_RB to interrupt, on -ve voltage, but i cant. When i use push to press, it interrupt and do increment in my required variable. But when i release push button, it again interrupts ... |
Topic: Problem in INT_RB |
electronx.x.2
Replies: 6
Views: 8165
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2011 3:10 am Subject: Problem in INT_RB |
Thnx i got the key,,., |
Topic: Problem in INT_RB |
electronx.x.2
Replies: 6
Views: 8165
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2011 12:30 am Subject: Problem in INT_RB |
Hello, I just want to use ext_int to do increment, in 7 segment, which is done very easily. The main problem is I want to do decrements in my 7 segment display by using #int_RB, but it is hanging and ... |
Topic: Interface LTC1854 with pic18f8680, SPI |
electronx.x.2
Replies: 7
Views: 8476
|
Forum: General CCS C Discussion Posted: Sat Dec 03, 2011 11:23 pm Subject: Interface LTC1854 with pic18f8680, SPI |
#define conver_start pin_e5
#define read pin_e6
#define SPI_MODE_0 (SPI_L_TO_H | SPI_XMIT_L_TO_H)
#define SPI_MODE_1 (SPI_L_TO_H)
#define SPI_MODE_2 (SPI_H_TO_L)
#d ... |
Topic: Interface LTC1854 with pic18f8680, SPI |
electronx.x.2
Replies: 7
Views: 8476
|
Forum: General CCS C Discussion Posted: Thu Dec 01, 2011 10:17 pm Subject: Interface LTC1854 with pic18f8680, SPI |
I have tried, adc is working, in default, means if you send no command to it, it will read channel 0. So all my code goes wrong, adc is not accepting the data, but its constantly reading channel 0.
... |
Topic: Interface LTC1854 with pic18f8680, SPI |
electronx.x.2
Replies: 7
Views: 8476
|
Forum: General CCS C Discussion Posted: Sat Nov 26, 2011 8:53 am Subject: Interface LTC1854 with pic18f8680, SPI |
I did it, I tried all modes, I'm doing it for whole week,
but that stupid ic didn't respond.
Is there any kind of simulation of ltc1854 ic ?
Is there any device check or something ?
All the ... |
|