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! STM32F746 Flash Sector Erase Problem

Hi Guys,I have a problem with erasing Flash sector. I am using STM32F746ZG Nucleo Board. When  I run this code, mcu works perfect it works but I can't install new firmware to mcu. I've also tried example code, same problem. I take (DEV_TARGET_NOT_HAL...

BahadirA by Associate
  • 860 Views
  • 2 replies
  • 0 kudos

ThreadX issue with TLS client when running v1.3

Hello, I encounter a problem with creating a TLS client connection with a client certificate and private key. The server side is Ubuntu based with OpenSSL 3.0.13 30 Jan 2024.Server certificate validation works without any problems. But a weird issue ...

Miyuki by Associate II
  • 2196 Views
  • 6 replies
  • 0 kudos

Issue with LWIP heap

Hello everyone,I'm having issues with the Heap of the LWIP that is used/full, and I can't do any mem_malloc. I have dig a bit on why the log of LWIP tells me that  it couldn't allocate memory ("etharp_raw: could not allocate pbuf for ARP request"). A...

FAV_Before-__HAL_RCC_ETH1MAC_CLK_ENABLE.PNG FAV_After-__HAL_RCC_ETH1MAC_CLK_ENABLE.PNG TCP_OK_Nucleo-Before-__HALL_RCC_ETH1MAC.PNG TCP_OK_Nucleo-After-__HALL_RCC_ETH1MAC.PNG
AGP_29 by Associate III
  • 3385 Views
  • 11 replies
  • 3 kudos

Resolved! QSPI drivers available from ST?

Hi,where can I find a list of all the drivers/libraries supplied by ST?In particular, because of the need for fast time to market, I am trying to find those for all QSPI flash ICs so I can choose external flash (for video and graphics) accordingly (m...

Ricko by Senior III
  • 1279 Views
  • 3 replies
  • 3 kudos

microRos publisher and services

I want to create two nodes program, one node has two publishers and the other one handles a serviceIf I create each node independently both work, however, when running both simultaneously the program crashes ones the service is called.   void StartDe...

Resolved! STM32 Xmodem Protocol Hex File Parsing

Hi,I am trying to update the firmware with an xmodem protocol over a uart with stm32. I convert the hex file created by CubeIDE into an Xmodem 1k package and send it. The bootloader I wrote in Stm32, receives this data and writes it to the necessary ...

mehmetdm by Associate
  • 2277 Views
  • 8 replies
  • 6 kudos