2011-11-06 11:08 PM
I've compiled the USB CDC code from the STM32F4Discovery example code using YAGARTO. It enumerates, the .inf driver is working, I can open the COM port using Realterm.
I have programmed the DataRx and DataTx callbacks in cdc_core_if.c to toggle a LED specific to which one was invokedI can open up the terminal, type a character into it, and that LED will turn onBut my problem is that I can't get the LED to turn off, but my code is supposed to toggle this LED on every callbackThe TX indicator inside Realterm will blink on the first keystroke, but on the second keystroke, the indicator will light up and stay litHow am I supposed to properly implement a virtual serial port using USB CDC? #usb-cdc-com-serial2011-11-10 04:37 AM
How about you show us the changes, since that's the only led handling, and where the problem lies?