How to run (Flash) our program to stm32f103c8t6 using atollic truestudio via J-link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-04 1:32 AM
I am using Atollic Truestudio and J-link to flash my program, when I try to debug and run it doesn't work ?? I don't know how to flash my program ?? Any help would be greatly appreciated ...Thanks in advance...
- Labels:
-
DEBUG
-
STM32F1 Series
-
TrueSTUDIO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-06 7:30 AM
What error do you receive? Did you select J-Link as the debug probe in the "Debugger" tab of the debug configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-09 3:58 AM
Yes, and Now I am able to flash my program to the board. but i couldn't debug using Serial viewer of Jlink(SWO)..what should I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-09 7:13 AM
It's hard to say what it is without more information. The most common issues:
- You need to activate SWV in debug configuration
- You need to set clock correctly
- You need to configure and activate the SWV trace in the debug session (red button)
- You need to make sure the variables you're tracing can be traces by SWV
There are some other things to think about, it might be best to read the SWV chapter of our user guide which you can find right here.
