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

Resolved! Anomaly analysis for STM32 MCU software

Hi, I am working on CVEs and open anomalies analysis for STM32 software to see if there are any recent fixes (in past 1-2 years) which may impact our software and we need to include them.I am going through the questions asked in community forum. But ...

JShuk.1 by Associate II
  • 1152 Views
  • 5 replies
  • 0 kudos

Resolved! [SOLVED] Crash if BOOT0 pin is high

Hello Dear Experts,I have strange behavior on my STM3210 board.I flash my binary using STLink and it works well.Then I toggle BOOT0 pin in order to use the standard bootloader in the system memory and I reset the system.The bootloader starts and list...

winotix by Associate II
  • 2201 Views
  • 6 replies
  • 1 kudos

Resolved! Unable to Configure/Detect USB-PD from YouTube Tutorial

Hi All, I followed the updated ST tutorial on Youtube for setting up USB-PD (https://www.youtube.com/watch?v=-vsJhNIaHxE) and I can't seem to actually get it to show up on the STM32CubeMonitor-UCPD app after following as closely as I could. I am desi...

0693W00000D2DvpQAF.png 0693W00000D2DuwQAF.png
NYou.1 by Associate II
  • 1614 Views
  • 3 replies
  • 0 kudos

When i disconnect and connect USB cable, while using USB-CDC i get 16 bytes previously loaded to the driver, how can i remove them?

Every period of time i send ~33bytes through USB CDC, if suddenly USB cable disconnected and reconnect i get 16 bytes of the last message loaded, and then continue to get new messages.How can i detect disconnection and were these 16 bytes located?

DVars.1 by Associate II
  • 852 Views
  • 3 replies
  • 0 kudos

Resolved! Are there plans for CAN support in open bootloader?

As I have seen, an open bootloader middleware is offered for the STM32G4. An FDCAN implementation can be found here. Are there any plans to also offer a pure CAN implementation?I am also interested in whether it is possible to program directly via CA...

ben5en by Associate II
  • 857 Views
  • 1 replies
  • 0 kudos

I'm having problems with an LWIP TCP client on STM327508DK. The communications fail after a few messages.

Hi all,I am working with a stm32f7508dk. My code is running XIP on 1-bank QSPI.Here is the MEMORY definitions in my linker file:   MEMORY   {     RAM   (xrw)   : ORIGIN = 0x20000000,  LENGTH = 320K     /* FLASH   (rx)   : ORIGIN = 0x8000000,  LENGTH ...

JColl.2 by Associate
  • 1828 Views
  • 1 replies
  • 0 kudos

Resolved! Using the Cube: with Visual Studio and Nano lib supporting printing of floats. sprintf crashes if the CDC USB output is not plugged into the PC

unplug my CDC USB output cable and sprintf( string, "%.2f ",myFloat); will crash plug it back in to the PC and without any comms, it works.could it be a memory leak if the CDC driver is not handshook ?anyhow the CUBE didn't allocate enough Stack ...

T J by Lead
  • 724 Views
  • 3 replies
  • 0 kudos