2019-01-18 05:13 AM
STM32F207 NUCLEO BOARD I NEED COMPLETELY IMPLEMENTED SOURCE CODE FOR USB_CDC
I NEED COMPLETE SOURCE FILES AND ON THE System Workbench for STM32
2019-01-18 07:20 AM
Hello @kalvacherla.chandrashekhar ,
I suggest you to review the CDC Standalone application of STM322xG_EVAL with SW4STM32, which is available under the STM32CubeF2 firmware package:
STM32Cube_FW_F2_V1.7.0\Projects\STM322xG_EVAL\Applications\USB_Device\CDC_Standalone. This will help you to have more idea on how implementation is done.
Kind Regards,
Imen
2019-01-18 08:24 AM
Exactly that's what I did before coming to the Community to post the question .
I am also looking to port the CODE AT STM32Cube_FW_F2_V1.7.0\Projects\STM322xG_EVAL\Applications\USB_Device\CDC_Standalone
to NUCLEO Board , what all is difference between EVAL board and NUCLEO board ? , I am looking for simple solution by changing lines of code to port this CDC standalone project of EVAL to the NUCLEO platform .
I figured out following changes
Re configure the I/O registers USB I/O ?
Remove the LCD logic ?
Remove any other logic ?
and flash on the NUCLEO board and make this work .
Can you help me in acheiving this task of EVAL board CDC standlone code to NUCLEO Board .