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

RTOS f_mount() Heap Leak in HEAP_1 model

I have a 1 second loop that tries to mount the SD card, It repeatedly calls f_mount() until an SD is detected, however, I've noticed that there is a semaphore created each time f_mount() is called which is not deleted in HEAP_1 mode. So after some ti...

ETH hardware present but no software, safe?

We have the below ETH pins connected to a KSZ8081RNACA-T with the pins setup in alternate function for ETH, there is no code for initialization of ETH as of now (future implementation). We have had a few processors die with 3.3v shorting to gnd, coul...

PCudd by Associate II
  • 673 Views
  • 1 replies
  • 0 kudos

DRP1M1 with NUCLEO-G0B1RE

Hello to All,When looking into the datasheet of the DRP1M1 addon for USB-PD, it was mentioned that this board could be used together with the NUCLEO-G0B1RE.However.The TCPP_V3.0.0 does not contain sources for this nucleo board !Are they available som...

Alfredo by Associate II
  • 4134 Views
  • 11 replies
  • 0 kudos

STM32 Functional Safety

This follow up question of STM Functional Safety webinar. It was not clear from the webinar if drivers and device specific CMSIS code generated by STM32Cube is certified for functional safety standards?

How to check that my hostname is stored in DNS server

Hello,I am working with an STM32F4. My goal is to be able to access to the board using its hostname. From what I've seen, to get it done I have to :    set LWIP_NETIF_HOSTNAME to 1   set LWIP_DHCP to 1I also set LWIP_DNS to 1.I made few modification ...

0693W00000JMU5zQAH.png 0693W00000JMU4SQAX.png 0693W00000JMU5RQAX.png
Aahai.1 by Associate
  • 1085 Views
  • 0 replies
  • 0 kudos

Hello, I try to implement a dual cdc with two virtual port com on USB_FS and HS. Receives callbacks works well on both VCP but only transmit on the first VCP works. When I try to send data from the STM32 to the second VCP, nothing append.

OTG_FS_IRQHandler is endlessly called"signal handler called>() at 0xffffffe9"I have already increase the heap and stack size to 0x2000. I use the STM32H753i-EVAL2 board

JHAPP.1 by Associate II
  • 945 Views
  • 3 replies
  • 0 kudos

Resolved! USB CDC (or whatever else): how do I rename my device?

Hello!Almost everything is in the title. Is there a way to rename the device I'm developing.When I lsusb, it says STMicroelectronics virtual COM port. How do I change that toMyDeviceName?Beside this, is there a need to get a vendor ID / product ID? I...

PG.1 by Associate III
  • 1204 Views
  • 1 replies
  • 0 kudos