STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L552 HSI16 out of specs

Hello,I've spent 3 days understanding why my USART could not communicate correctly.The answer : the HSI16 of STM32L552 is out of specs.Steps to reproduce :start a project running on HSI16Output HSI16 on MCOMeasure frequencyI've measure the frequency ...

Kuikui by Associate III
  • 688 Views
  • 3 replies
  • 1 kudos

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
  • 239 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
  • 512 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
  • 696 Views
  • 3 replies
  • 0 kudos