ESP32C3: Serial output garbage characters ( but firmware flashing is okay)
Posted: Tue Sep 13, 2022 2:06 pm
I am loading a basic test firmware into ESP32C3, simply just boot up and do serial output some characters.
the same code works on esp32C3 devkit , but does not work on my actual board (the board is a customised board with esp32c3)
I got just garbage output in serial port.
firmware flashing via serial is working fine, so the serial communication hardware aspect part should be okay.
I tried to set different baud rate/parity, even try the whole setup on another PC with a different set of cable adapter, I got the same result ( everything works fine with devkit board, but not working with my actual assemble PCBA)
Any idea where it could have gone wrong? what else should I check ?
the same code works on esp32C3 devkit , but does not work on my actual board (the board is a customised board with esp32c3)
I got just garbage output in serial port.
firmware flashing via serial is working fine, so the serial communication hardware aspect part should be okay.
I tried to set different baud rate/parity, even try the whole setup on another PC with a different set of cable adapter, I got the same result ( everything works fine with devkit board, but not working with my actual assemble PCBA)
Any idea where it could have gone wrong? what else should I check ?