DFU and USART on USB
Sorry about the dumb question.
Is it possible to have DFU and USART on the same USB port on a custom board?
I just want to upload firmware via USB and have the ability to receive sensor data output via UART using a virtual com port.
Two different things, on the same USB connector, not at the same time.
I know I cannot just wire USART to USB. Some online posts say you need an FTD chip, such as the ftd232, included on the board's design.
Is that the right approach?, basically include an ftd232 on the board, wire it to the USART on the STM32 chip, and use that as a virtual com port and to program the MCU.
Is there a better approach?
Thanks a lot
