Hi, I am trying to add a defined name to a mcu_link device, so I can connect to it instead of using its serial number.
I've followed the steps metioned in Readme.txt of mcu-link installer folder of LinkServer_24.9.75 regarding device_vendor, device_name, board_vendor, board_name. However none of these data can be seen with openocd or pyocd
Is there a way how I can modify the serial number?
Thanks in advance
Hi @bm31416
You cannot directly modify the serial number of a MCU-Link device, as the serial number is typically programmed into the hardware and is not designed to be changed. However, you can set a custom defined name for your MCU-Link device for easier identification without relying on the serial number.
Ensure that you have properly modified the configuration files as mentioned in the Readme.txt file. Specifically:
Add your MCU-Link device’s details to the correct configuration file
Ensure that the custom device_vendor, device_name, board_vendor, and board_name fields are entered correctly and match the syntax required by the configuration files.
BR
Hang