STM32L4 External clock sharing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-09 12:09 AM
Hello, I am using an external crystal to generate the system clock for STM32L431CCT6.
How can this be shared with the rest of the devices like interface controllers. The goal is to implement Quad-SPI interface. For the purpose CAN controller MCP2515-I/ML is selected with SPI interface.
Thanks
Solved! Go to Solution.
- Labels:
-
CAN
-
QSPI
-
STM32L4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-09 2:33 AM
Hello,
Not sure I understand well, but Quad-SPI and SPI interfaces provide their own clock.
Anyways if you want to output the XTAL clock, you can use "MCO" output, most of the time on PA8 pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-09 2:33 AM
Hello,
Not sure I understand well, but Quad-SPI and SPI interfaces provide their own clock.
Anyways if you want to output the XTAL clock, you can use "MCO" output, most of the time on PA8 pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-09 3:53 AM
Thanks.
