Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC24 SPI connection with SRC4193

Status
Not open for further replies.

parthiv2eng

Member level 2
Joined
May 5, 2010
Messages
48
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Houston
Activity points
1,572
Hi Friends,

I am trying to program SPI interface between PIC24 and SRC4193. SRC4193 has only CCLK and CDATA input..There's no CDATA_OUT for PIC controller. I m newbie in PIC24

Any Idea..!!

Here's datasheet of SRC4193.
 
Last edited:

I just downloaded the datasheet of SRC4193. So SRC4193 are asynchronous sample rate converter, and by SPI bus you just need to control the SRC4193, not need feedback respond from SRC4193 to PIC24. in SRC4193 datasheet also mentioned that SPI in SRC4193 is designed for control function.
Good luck.
 
Thank you..Does this code work ?


void writeSPI1(unsigned char data_out)
{
SPI1BUF = data_out & 0xff; // write to buffer for TX
}//writeSPI1
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top