CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 6 matches
CCS Forum Index
Author Message
  Topic: SPI Set Delay Between Bytes When send 16BIT
hamedkungfu

Replies: 11
Views: 23248

PostForum: General CCS C Discussion   Posted: Sun Dec 23, 2018 9:26 am   Subject: SPI Set Delay Between Bytes When send 16BIT
Your PIC is not rated to run at 3.3v.

The _LF_ version is. But at 10MHz max.


ooh let me check

Hi I Use the Code with dspic30f4013 and i got the true answer. thanks you very much.
  Topic: SPI Set Delay Between Bytes When send 16BIT
hamedkungfu

Replies: 11
Views: 23248

PostForum: General CCS C Discussion   Posted: Wed Dec 19, 2018 2:56 pm   Subject: SPI Set Delay Between Bytes When send 16BIT
Your PIC is not rated to run at 3.3v.

The _LF_ version is. But at 10MHz max.


ooh let me check
  Topic: SPI Set Delay Between Bytes When send 16BIT
hamedkungfu

Replies: 11
Views: 23248

PostForum: General CCS C Discussion   Posted: Wed Dec 19, 2018 12:24 pm   Subject: SPI Set Delay Between Bytes When send 16BIT
Nothing in their data sheet suggests that that is the case. There is no
maximum time between bits.
I'd suspect your problem is more likely to be having the #USE SPI control the
enable. Operate t ...
  Topic: SPI Set Delay Between Bytes When send 16BIT
hamedkungfu

Replies: 11
Views: 23248

PostForum: General CCS C Discussion   Posted: Wed Dec 19, 2018 4:48 am   Subject: SPI Set Delay Between Bytes When send 16BIT
It still has to load the next byte. The delay should be shorter. However I
repeat why do you care about this?. The whole point about SPI, is the master
determines the clock rate and timing. A pause ...
  Topic: SPI Set Delay Between Bytes When send 16BIT
hamedkungfu

Replies: 11
Views: 23248

PostForum: General CCS C Discussion   Posted: Wed Dec 19, 2018 4:00 am   Subject: SPI Set Delay Between Bytes When send 16BIT
Why?.

The whole point about SPI, is that it is synchronous. Stops in the clock don't
matter at all.

You are not going to get continuous unbroken clocks from the PIC. You are
asking the chip ...
  Topic: SPI Set Delay Between Bytes When send 16BIT
hamedkungfu

Replies: 11
Views: 23248

PostForum: General CCS C Discussion   Posted: Wed Dec 19, 2018 2:21 am   Subject: SPI Set Delay Between Bytes When send 16BIT
Hi every one

I send 16 bit data to sx1276 ic with pic16f877a.
When i see transfer data in scope i found problem. spi add delay between bytes and i don't know how to disable it.

#use spi(DI ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group