minimum external clock frequency for CK input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-09-14 5:00 AM
minimum external clock frequency for CK input
- Labels:
-
Legacy products
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-09-13 6:56 AM
I am starting up a new board using the STR711FR2T6 microcontroller. Tried to enter DEBUG using the JTAG port (IAR development system) and got ''Memory access timed out ...'' errors. Was running the CK input at 1.8432MHz. Changed it to 4.000MHz and now it worked OK. What is the minimum CK input frequency? Datasheet says it can go down to DC. What is the real limit? :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-09-13 7:46 AM
Your JTAG clock frequency (JTCK) must be too high. It cannot exceed a certain fraction of the CPU clock frequency. The datasheet doesn't give any information on that. The following web page suggests that maximum JTAG clock frequency can either be CPU clock times 1 or CPU clock times 1/6:
http://www.segger.com/jlink.html Try slowing down JTAG clock. Regards, - mike- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-09-14 5:00 AM
Thanks for the information, Mike. I had to slow the JTAG clock down to 900KHz to get the JTAG communication running. It still seems a little inconsistant. Sometimes I had to download twice before it actually works, so I still have an issue to investigate, but at least I get start to debug my code. Thanks again! :)
