Mapping System clock on GPIO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-11-15 5:06 AM
Posted on November 15, 2013 at 14:06
Hi all,
I'm working with STM32F3DISCOVERY.I'm trying to map the system clk on a GPIO to view it with an oscilloscope.In the following datasheethttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00058181.pdf
on page 39 I've found the signal SWCLK-JTCK that should be the system clock, but I didn't find any information on this signal. Do you know this signal?Thanks and regards #stm32f3discovery #swclk-jtck
Labels:
- Labels:
-
STM32F3 Series
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-11-15 6:31 AM
Posted on November 15, 2013 at 15:31
No that's a debugger clock.
To get system clocks, or fractions thereof, you need to look at MCO pins.
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
‎2013-11-18 5:03 AM
Posted on November 18, 2013 at 14:03
Thank you Clive very much.
BTW can you tell me where the purpose ofSWCLK-JTCK
is indicated?Thanks and regards,Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-11-18 7:05 AM
Posted on November 18, 2013 at 16:05
Like I said it's part of the debug interface, combining with SWDIO to provide a clock/data channel for the SWD interface, or part of a higher pin count JTAG interface.
It's use is optional, if you don't use the debugger they can be GPIO or other AF
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
‎2013-11-18 11:28 PM
Posted on November 19, 2013 at 08:28Thank you Clive
