Communicating with CP2104 Serial to USB Bridge via UART
We are using STM32F429 to connect to an off board MPU device. The device outputs real-time sensor data through a CP2104 Serial to USB bridge. Required baud rate is 1,000,000. We are able to communicate with this device fine on a windows machine using off-the-shelf serial-to-usb CP2104 driver. However, when we connect the usb pins to UART pins on the STM32F429, we get absolutely nothing. We have tried to use CDC and UART_DMA but nothing works. Can we have some direction on how to accomplish this communication link?
