Resolved! Hello All I am trying to build a simple application for STM32F205 using USB . I want the LED to turn on when i type LED ON in serial terminal (I am using putty). Below attached are the files that i have used.
Below given is my code. Usbread.c<#include "Usbread.h"#include "usbd_cdc_if.h"uint8_t buffer1 [20];;uint8_t buffer_index1;uint8_t REDLED[15]= "LED RED ON ";uint8_t REDLEDF[15]= "LED RED OFF ";uint8_t GREENLED[15]= "LED GREEN ON ";uint8_t GREENLEDF[15...