Is it possible to flash STM32G030J6M6 microcontroller using only 4 pins(3V3 in pin2; GND in pin3; TX in pin 1 and RX in Pin 8?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-06 3:47 AM
Good morning,
I am using STM32G030J6M6 in an application where i am reading a sensor by I2C(SDA pin 6, SCL pin 5) and sending data though uart (TX pin 1, RX pin 8).
To flash/reflash the program i need use test points for pins 2,3,4,7 and 8 (Vcc, GND, RST, SWDIO, SWCLK).
I would like to know if it could be possible to flash the sw trought UART using only available pins 2,3,1 and 8 (3v3, GND, RX, TX). If so, is there any application note or example where I could understnad how to?
Thank you very much for your support. Best regards,
Francisco
- Labels:
-
Bootloader
-
STM32G0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-06 7:01 AM
> I would like to know if it could be possible to flash the sw trought UART using only available pins 2,3,1 and 8 (3v3, GND, RX, TX).
No, that's not one of the bootloader options available for the STM32G0xx per AN2606.
