I'm using arduino board to write some firmware. When I tried to download my code from arduino environment, the LEDs on FTDI chip (GPIO0&1) were not blinking. Is anything wrong with my hardware or could it be the driver issue?
I'm using arduino board to write some firmware. When I tried to download my code from arduino environment, the LEDs on FTDI chip (GPIO0&1) were not blinking. Is anything wrong with my hardware or could it be the driver issue?
Well an important question is does the code successfully upload to the board? If not what error codes are you getting in the Arduino IDE after attempting the upload? Does the PC recognize the Arduino connection when you first plug it into the PC?
It's Arduino Mega. I checked in the schematic and the LEDs are connected on GPIO0 and GPIO1.
Sorry I confused you, my LEDs were working fine before. It just stop blinking suddenly. I was trying to troubleshoot what might cause it to stop blinking.
During download process, is it the driver to blink the LED?
During download process, is it the driver to blink the LED?
Not sure if it's a driver controlled thing or not, it's just two serial data output pins on the FTDI pin, however I really don't know that for sure, the driver might have something to do with it. That is not a problem I have ever seen posted before.