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

STM32H723 embedded bootloader command GO fail

 I use STM32H723VET6. Bootloader ver 9.2. When I can send command GO at FDCAN (PD1, PD0), I receive ACK(0x79), but after that MCU is fail.My function:void BootCanGo(uint8_t* answer){           uint32_t Delayer = 0x8FFFFF;           uint8_t SendedData...

0693W00000FAPgWQAX.jpg 0693W00000FAQMNQA5.jpg 0693W00000FAPgbQAH.jpg
BLeon.2 by Associate II
  • 2950 Views
  • 13 replies
  • 0 kudos

USB OTG not working on STM32L4

Hi,I am trying to configure the USB OTG of my Nucleo-L4R5ZI board to host-only mode, but I am facing some issues. In the user manual is said that "A green LED LD8 lits up in one of these cases: (1) Power switch (U12) is ON and STM32 Nucleo-144 board ...

MCost.4 by Associate II
  • 586 Views
  • 0 replies
  • 0 kudos

stm32+lwip+mbedtls packet size problem

I have a problem with the mbedtls server (stm32+lwip) send wrong length message. I am using this code in my project. https://github.com/straight-coding/straight-httpd-lwip-mbedtls-simulator![Wireshark packet trace. A TLSv1.2 "server hello" packet is ...

DCtech by Associate II
  • 707 Views
  • 2 replies
  • 0 kudos

sd fatfs can only change letters

Hello,I'm using fatfs by chan with this SD driver http://stm32f4-discovery.net/2014/07/library-21-read-sd-card-fatfs-stm32f4xx-devices/ and with my own SPI driver. I have successfully mounted and opened a file but when I try to write using f_puts, it...

0693W00000FBAaLQAX.jpg
EPora.1 by Associate II
  • 587 Views
  • 2 replies
  • 0 kudos

Enabling the UCPD DMA

Hello. I'm using an STM32G071KBU6N in a USBPD application. My application uses both internal UCPD ports.I'm working on enabling the DMA and DMAMUX for use with the UCPD peripheral, for both Rx and Tx of both ports. I'm focusing on Tx right now, and c...

RHelv.1 by Associate III
  • 1408 Views
  • 3 replies
  • 0 kudos