cancel
Showing results for 
Search instead for 
Did you mean: 

Use USB FS with f303re.

Jlee.8
Associate

Hello, i want to use USB FS with f303re.

last time, i used USB CDC FS with my f303ze,

use function of 'CDC_Transmit_FS', so i can see text in computer with terminal program.

i saw that f303re have USB FS in cubeMX, but i think f303re can't use CDC_Transmit_FS.

then how can i communication between nucleo - f303re and computer?

if f303re can't communication with computer, What is the purpose of USB FS ?

1 REPLY 1
Ons KOOLI
Senior III

Hi Jlee.8,

In fact, the difference between these two boards is that the Nucleo_F303RE is a 64 pins board and Nucleo_F303ZE is a 144 pîns board. Therefore, STM32F303RE is missing the USB connector however it does support USB FS features including CDC. So, you can use all functions related including the "CDC_Transmit_FS" one.

In order to use the USB of the Nucleo-F303RE board, you have to use a USB shield or costum configuration by setting the suitable connection of D+, D-, Vbus, and GND.

I hope my answer is helpful.

Best Regards,

Ons.