You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flash the device using st-link, instead of drag-drop method supported by mbed enabled device (issue are seen the ST device doesn't get programmed always with drag drop)
The mbed protocol is different than the stlink protocol. It is a current limitation with probe it will not show the programmer serial numbers when no target is connected. I have rewritten a part of stlink for myself which makes probe work without a connected target with my stlink2 project.
Flashing multiple targets at once with the same binary is not possible with the current st-flash tool, you could write a shell script to make this possible
Hard reset, thats a good question. There are two resets, the pin reset and the core reset over the programming interface. I can not answer which is implemented for texane/stlink (see also #518).
You are also able to write your own tool around the stlink library, as it is build as an shared object (dll). But also can be staticly linked. Have a look at how simple the st-flash tool is src/tools/flash.c
The motive here is
Device connected , listing by mbed-ls all device are mbed enabled
The text was updated successfully, but these errors were encountered: