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

How many maximum usb vcom port we can create? Actually i created two vcom port with stm32l452 but not able to create third one. please suggest some help . for vcom port 3 descriptor detail given below.

/////////////////////////////////////////////////////  //Add 3 IAD class here // this one is for COM port 3  0x08, // bLength: Interface Descriptor size  0x0B, // bDescriptorType: IAD  0x04, // bFirstInterface  0x03, // bInterfaceCount  0x02, // bFun...

NMish.2 by Associate II
  • 914 Views
  • 3 replies
  • 0 kudos

Why is the ethernet connection unstable?

I have followed the "https://controllerstech.com/stm32-ethernet-6-http-webserver-simple/" tutorial and have set up some parts on https://github.com/stm32-hotspot/STM32H7-LwIP-Examples for STM32H750B-DK and it works once on WEB SERVER not used FREERTO...

non by Associate III
  • 661 Views
  • 1 replies
  • 0 kudos

Hello! I am getting constant ADC value through SPI when I add a debug message using UART on STM32F205 with CMSIS RTOS.

We have interfaced CS5532 using SPI which is initialized in continuous conversion mode. We read the ADC count in a task being called every 160 ms. When I add following statements in the task, the ADC count read from CS5532 becomes constant.sprintf(De...

TBhil.1 by Associate II
  • 1108 Views
  • 2 replies
  • 0 kudos

Dual-bank boot not working on STM32L471 device

Hello,I am trying to use the dual-bank boot feature in order to safely upgrade the software application.The hardware configuration is the following:The mcu used is the STM32L471.The system bootloader version is v9.2BOOT0 pin = 0 so boot mode is set t...

JBlan.4 by Associate
  • 1371 Views
  • 2 replies
  • 1 kudos

PTP support in HAL drivers STM32H7

We have migrated our project from STM32F7 to STM32H7 MCU and found that there's no support for PTP IEEE 1588 protocol in MAC Ethernet driver (HAL). Here is a message written in stm32h7xx_hal_eth.c file:   -@- The PTP protocol offload APIs are not sup...

leshich-k by Associate II
  • 6578 Views
  • 16 replies
  • 0 kudos