STM32 MCUs Embedded 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
  • 207 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
  • 472 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
  • 890 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 II
  • 268 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...