STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

NSirm.1 by Associate III
  • 491 Views
  • 2 replies
  • 0 kudos

DFU Cube F4 doesn't work

Hello,I would like to try the DFU on my Nucleo F413ZH. I have downloaded Cube F4 1.25.0, and opened the application "DFU_Standalone" in the "USB_Device" folder. I have also installed "DfuSe Demonstrator" and the drivers. In the peripheral manager, I ...

0693W000004JPmYQAW.jpg 0693W000004JPojQAG.jpg
emil28 by Senior
  • 672 Views
  • 3 replies
  • 0 kudos

USB Manufacturer String

Hi I have developed a product based on STM32F411 for commercial use, but dont have USB VID. My question is, can I use below combination of VID - 0x0483, PID - 0xAB12 and my company name as Manfacturer string for my product which is going to market in...

DHinge by Associate II
  • 889 Views
  • 1 replies
  • 0 kudos