Asynchronous SCLK when using SPI
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-07-18 4:41 AM
Posted on July 18, 2012 at 13:41
I am having some problems in that the SCLK signal for my SPI (when using either SP1 or SPI2) appears to be incorrect. Although the period is stable throughout and as I would expect, the clock pulse itself is non symmetrical.
I dont have any idea as to what could be causing this? Does anyone have any thoughts?Thanks in advance
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-07-18 5:07 AM
Posted on July 18, 2012 at 14:07
Asynchronous != Asymmetrical
Without seeing a schematic or the configuration, I'm going to assume you have some odd loading on the pin, or the slave device is driving.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-07-18 5:46 AM
Posted on July 18, 2012 at 14:46
Sorry, yes 'asymmetrical' is what I meant. Just being silly there.
Thanks for the tip. I will double check the loading, etc before posting any code or waveforms.Regards