STA013 Acknowledge

Minty so good. Minty so tasty.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
juansta
 
Posts: 2
Joined: Wed Apr 18, 2007 6:54 pm

STA013 Acknowledge

Post by juansta »

Im building an MP3 player using a PIC18LF8720, and Im using the STA013... I cant get the STA to acknowledge any commands... and sending the identify command (0x01) results in the data read being 0xFF...

It looks as though the STA is not capable of pulling the SDA line low - Stays high due to the pull up resistor... I can see both the SCL and SDA changing states when I run my program...

Any ideas on what may be causing this? Anyone had this happen before?
- Vcc is stable on 3.3V, using a fixed linear regulator
- SDA is pulled high with 10k (also tried 1k and 5k)
- SCL is not pulled high as PIC is the only master
- Have also tried adding some capacitance to the SDA line, with no luck

spazio
 
Posts: 2
Joined: Sat Mar 10, 2007 7:12 am

Post by spazio »

SDA stays high, because PIC drives it high, be sure pic never drives it high - only pull-up must drive line for logic'1'

juansta
 
Posts: 2
Joined: Wed Apr 18, 2007 6:54 pm

Post by juansta »

I never drove the line... Just set it as an input... Thanks for the help though...

As it turned out, the c rystal wasnt starting up...

Locked
Please be positive and constructive with your questions and comments.

Return to “MintyMP3”