2021-04-12 08:21 PM
I have a chip with 8 pins, but I could find the start sign for pins order, should I start from left-bottom or left-upward corner?
Solved! Go to Solution.
2021-04-12 09:14 PM
2021-04-12 09:14 PM
2021-04-13 06:13 AM
There was no RST pin, if I want to program it with ST-Link V2 in SWIM, how to connect "RST" pin?
2021-04-13 06:20 AM
Not really my part, I suppose you could gate the power to it, and reset it that way.
If its low power, power it via the NRST pin.
2021-04-19 10:24 PM
As the NRST pin is not available on this device, if the SWIM pin should be used with the I/O pin functionality, it is recommended to add a ~5 seconds delay in the firmware before changing the functionality on the pin with SWIM functions. This action allows the user to set the device into SWIM mode after the device power on and to be able to reprogram the device. If the pin with SWIM functionality is set to I/O mode immediately after the device reset, the device is unable to connect through the SWIM interface and it gets locked forever. This initial delay can be removed in the final (locked) code. If the initial delay is not acceptable for the application there is the option that the firmware reenables the SWIM pin functionality under specific conditions such as during firmware startup or during application run. Once that this procedure is done, the SWIM interface can be used for device debug/programming.