2024-04-01 12:15 AM
Hi,
while connecting the stm32 blue pill board, the ST link(Debugger) is not detecting. And throwing an error,
Failed to bind to port 61235, error code -1: No error
Failure starting SWV server on TCP port: 61235
Failed to bind to port 61234, error code -1: No error
Failure starting GDB server: TCP port 61234 not available.
Shutting down...
Exit.
Any suggestions could help.
Thank you.
2024-04-01 12:45 AM
2024-04-01 02:15 AM
Hi,
Tried the above post solution. Tried uninstalling and installing new version but still facing the issue. Any other solutions?
Thank you.
2024-04-01 10:48 AM
Firstly, as has often been discussed here in the community (e.g. here or there), the Blue Pills have not been built with original STM32F103s for years, but with cheap counterfeits that are not (or cannot be) supported.
Secondly, you are probably using one of the ST-LINK in a tin can, right? The connection will not work with this either, as these are also cheap counterfeits that are not (or cannot be) supported. Or do you at least have an original ST-LINK from an authorised dealer (i.e. not from Ebay or other "trustworthy" sources)?
Regards
/Peter
2024-04-01 11:34 PM
Hi Peter,
The stm32f103 (blue pill) which i am using was with the original ST electronics microcontroller(stm32f103c8t6) because bought the blue pill and replaced the controller with the original controller which is bought from authorized dealer. And the ST- link is also from the authorized dealer.
Thank you.