Problem with nearly new Nucleo F722ZE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-26 8:30 AM
New Nucleo-F722ZE initially worked fine (initially prompted for software update). But after approx 3 hours when trying to Run->Debug , it now shows:
Waiting for debugger connection...
Debugger connected
Debugger connection lost.
Shutting down...
Power cycling everything doesn't help. Tried re-installing the latest ST-LINK software, still no change.
Nucleo-F429ZI, works ok on same computer and USB port.
Is the Nucleo faulty, or is there something else I can try?
- Labels:
-
DEBUG
-
STM32CubeIDE
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-26 9:56 AM
Using a DELL?
Watch for Diagnostic Agent or Intel performance drivers in the mass-storage stack.
Check for screen saver or hard-drive power down on the PC.
If your code puts the device into low-power mode, ie WFI or SLEEP, it powers off the debug interface.
Watch also for disabling or interference with the debug pins.
Up vote any posts that you find helpful, it shows what's working..
