SPI2 in I2S mode troubles
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2008-11-12 9:03 AM
Posted on November 12, 2008 at 18:03
SPI2 in I2S mode troubles
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 3:50 AM
Posted on May 17, 2011 at 12:50
In case anyone was curious, I resolved my issue. MCLK was not configured properly. I now have WAV files playing using a TI TLV320AIC23B codec. Yippie! :)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 3:50 AM
Posted on May 17, 2011 at 12:50
I am trying to use SPI2 in I2S mode on a STM32F103RE (this one has I2S) and I am having some trouble. I believe I have all of the clocks configured correctly, as well as the peripheral configuration. In a nutshell, here's what happens:
I write a byte to SPI2_DR. The TXE flag gets cleared, but BSY never gets set and TXE never gets set again. It feels like nothing is getting clocked out. In my configuration, I am operating as the I2S master, and the master clock is enabled. Any ideas? I just want to hear a chirp. :)Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-12-22 5:09 AM
Posted on December 22, 2011 at 14:09
mdeneen,
Please tell what you have changed. Regards