I have a problem with GDB debugger on stm32F401re, i can't connect to target because it is not found. How can i resolve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-18 3:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-19 12:14 AM
Maybe your MCU is in low power mode or code used SWD pins. Enable under reset and low power debug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-19 12:43 AM
In the directory of mcu i have found the file FAIL.TXT with this message:
"The interface firmware FAILED to reset/halt the target MCU"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-19 1:26 AM
Thank you for the answer... I have this configuration... there are already under reset and low power debug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-19 2:45 AM
Maybe you have STLink Clone without reset line or your stlink need upgrade firmware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-19 2:50 AM
I have already done upgrade firmware, the problem is happened after a session of debug on the firmware with SYS debug disable in the configuration...could be this the cause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-19 3:34 AM
RDP Level?
Power off board between try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-19 3:46 AM
I have tried but the problem persist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-22 2:04 AM
Hello there,
If you go into your Debug Configuration and in the "Debugger" tab under the "Misc" category there's a checkbox called "Log to file:".
Could you enable that, launch a new debug session and then send that log to me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-22 8:20 AM
First check in ST Link utility or Proggrammer GUI if you can connect to your board.
If yes then maybe your launch file is from other PC, try delete it and create new launch.
