2023-04-08 10:14 PM
Hello All,
I'm new to ST products. We are using STM32G041F8P6 in our project. This IC will be programmed through I2C/USART and there's no JTAG available for this chip. Please suggest some low-cost programmers/debuggers.
Thank you
Solved! Go to Solution.
2023-04-08 11:16 PM
Jtag would use too many pins. Instead you have to use SWDIO and SWCLK so you need a debugger that supports that protocol. You should also wire up Reset.
ST-Link is a good choice.
I think Olimex have a solution as well.
If you already have a Nucleo board, you might be able to repurpose the built-in STLink for your prototypes.
2023-04-08 11:16 PM
Jtag would use too many pins. Instead you have to use SWDIO and SWCLK so you need a debugger that supports that protocol. You should also wire up Reset.
ST-Link is a good choice.
I think Olimex have a solution as well.
If you already have a Nucleo board, you might be able to repurpose the built-in STLink for your prototypes.
2023-04-10 03:41 AM
Hi Danish,
Thanks for the reply. I have 2 Queries, please clear my doubts:
2023-04-10 10:42 PM
2023-04-10 10:54 PM
Hi Danish,
Thanks for the very good explaination.
Can u please give little more info on Boot0 pin - is it only to select booting from system flash, user flash, or embedded SRAM. Does this Boot0 pin selection to be taken care if we are programming through UART/I2C ? Is there any pin settings to be done to program from UART/I2C ?
2023-04-11 02:47 AM