2020-09-30 10:23 AM
How do I flash the STEVAL-BLUEMIC-1 board? The STEVAL-BLUEMIC-1 board came with a 5 pin SWD programming cable. What does this interface with? Is there an ST Link tool that connects to the SWD cable and a USB port on a computer?
Solved! Go to Solution.
2020-10-01 07:28 AM
Hi @SHack.1 ,
you are right, the 5 pin JTAG /SWD cable has to be interfaced with an ST Link programming tool. For example, the STLINK-V3 debugger has a direct connection for this cable. If you don't have this tool, you can use any NUCLEO board, which is equipped of the SWD termination.
In both cases, the suggested interface for the programming is the STM32CubeProgrammer.
-Eleon
2020-10-01 07:28 AM
Hi @SHack.1 ,
you are right, the 5 pin JTAG /SWD cable has to be interfaced with an ST Link programming tool. For example, the STLINK-V3 debugger has a direct connection for this cable. If you don't have this tool, you can use any NUCLEO board, which is equipped of the SWD termination.
In both cases, the suggested interface for the programming is the STM32CubeProgrammer.
-Eleon
2020-10-01 09:18 AM
Thank you so much for your quick response. I will purchase the STLINK-V3 debugger.
2020-10-16 08:45 AM
@Eleon BORLINI
I have connected the STEVAL-BLUEMIC-1 board to the STLINK-V3 debugger using the SWD cable (see below).
I am using the STM32CubeProgrammer software. I updated the firmware on the STLINK-V3, and the power light is green and the COM light is red on the STLINK-V3. The STEVAL-BLUEMIC-1 board is powered on. When I click the "Connect" button, I get the following error.
How can I resolve this error?
2020-10-19 08:37 AM
Hi @SHack.1 ,
Uhm... I have some question for you:
-Eleon
2020-10-19 09:16 AM
Hi @Eleon BORLINI
Here is a screenshot of what the STM32CubeProgrammer looks like.
2020-10-19 09:34 AM
Hi @SHack.1 ,
Thank you of the tests and the detailed feedback.
So you are receiving the 2.2V on T_VCC only when battery is plugged and power set to on, but you should have at least 3.3V on that pin. You can plug the USB cable also on the BLUEMIC board side connector (power on) and retry.
About the full chip erase, you can press the button indicated by the red arrow in the picture below (but only after you tried with the T_VCC = 3.3V):
-Eleon
2020-10-19 09:42 AM
The battery voltage is 4V but only 2.19V is showing up at the T_VCC pin on the BLUEMIC board. Do you know why that could be?
2020-10-19 10:02 AM
@Eleon BORLINI
I fixed the voltage problem. 3.3V is now at pin T_VCC on the STLINK board.
However, I am now getting the error I posted on Oct. 16th:
2020-10-20 11:56 PM
Hi @SHack.1 ,
since I'm more expert on sensors than on STM32, I added STM32 topic for broader help.
This kind of error may be relate to one (or both) of these two community conversations:
LEt me please know if these Q&As can help you.
-Eleon