Skip to main content
kalvacherla.chandrashekhar
Associate III
January 18, 2019
Question

NEED USB_CDC SOURCE CODE FOR STM32F207 NUCLEO BOARD

  • January 18, 2019
  • 2 replies
  • 585 views

STM32F207 NUCLEO BOARD I NEED COMPLETELY IMPLEMENTED SOURCE CODE FOR USB_CDC

I NEED COMPLETE SOURCE FILES AND ON THE System Workbench for STM32

This topic has been closed for replies.

2 replies

ST Technical Moderator
January 18, 2019

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
kalvacherla.chandrashekhar
Associate III
January 18, 2019

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 .