Actually, I just want to make my own programmer circuit for STM32G474RET6 MCU.
Problem: I do not want to just programming and debugging like ST-Link. I want to read data from serial port too. But ST-link doesn't have any RX/TX pins for that.
Any idea for this programming circuit? Really apriciated.
>>Problem: I do not want to just programming and debugging like ST-Link.
So which is it?
Do you, or don't you want to use SWD/JTAG methods?
Do you want to use the System Boot Loader, per AN3155, ie serial protocol?
You want to just use a serial connection? So a SiLabs or FTDI USB to CMOS Serial chip would suffice? Or implement a VCP/CDC USB Device on an STM32
You want some other chip to program? Here's an example of an ATMEL/MICROCHIP MCU programming an STM32L0 in a Murata LoRa module, using the methods outlined in AN3155