STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB CDC-class host configuration of a STM32F407 receives data from a USB CDC-class device with other data interleaved.

I have an STM32F407 configured as a USB CDC-class host. The USB device is a WiFi module that works correctly as a USB CDC-class device. The code on the MCU was generated with CubeMX, complete with the Tx and Rx callback functions. sending commands to...

KSing.21 by Associate
  • 262 Views
  • 0 replies
  • 0 kudos

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
  • 528 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
  • 723 Views
  • 3 replies
  • 0 kudos

Freertos patch file error with segger system viewer

Hi,I want to use segger system viewer with STM32F4 discovery board. I installed required J-link files and added required segger system viewer files. I am using STMCube IDE with HAL. Here is the free rtos version configuration I have set.API:FreeRTOS ...

Kumar B by Associate II
  • 1222 Views
  • 1 replies
  • 0 kudos