Hi!
I am teaching a course using the STM Nucleo-F401RE board. We are using Mbed studio. I have two student boards that both seem to have the same error (pasted below). I am unable to program the boards using Mbed studio anymore, it seems to get part way and then fails.
When I try to test if the board is appropriately detected using Mbed CLI, I get the following error: ERROR: Could not identify a board with the product code: '0799'. No connected Mbed devices found.
Any ideas on how I can fix these two boards? Thanks.
0001982:CRITICAL:__main__:STLink error (9): Get IDCODE error
Traceback (most recent call last):
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/__main__.py", line 402, in run
self._COMMANDS[self._args.cmd](self)
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/__main__.py", line 572, in do_flash
with session:
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/core/session.py", line 339, in __enter__
self.open()
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/core/session.py", line 457, in open
self._board.init()
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/board/board.py", line 85, in init
self.target.init()
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/core/soc_target.py", line 117, in init
seq.invoke()
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/utility/sequencer.py", line 213, in invoke
resultSequence.invoke()
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/utility/sequencer.py", line 208, in invoke
resultSequence = call()
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/coresight/dap.py", line 376, in _connect
connector.connect(self._protocol)
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/coresight/dap.py", line 163, in connect
self._connect_probe(protocol)
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/coresight/dap.py", line 183, in _connect_probe
self._probe.connect(protocol)
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/probe/stlink_probe.py", line 136, in connect
self._link.enter_debug(STLink.Protocol.SWD)
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/probe/stlink/stlink.py", line 267, in enter_debug
self._check_status(response)
File "/Library/Application Support/Mbed Studio/mbed-studio-tools/python/lib/python3.7/site-packages/pyocd/probe/stlink/stlink.py", line 305, in _check_status
raise exceptions.ProbeError(error_message)
pyocd.core.exceptions.ProbeError: STLink error (9): Get IDCODE error