STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USB PD sink

Hi Team, I want to work on USB PD sink , which board would be suitable?, I'm trying for 28V 5A power. I think the firmware for this specification is not available yet. Even though i want to try on. Would you suggest me any board? Is STM32L562 would b...

NITHIN by Associate III
  • 657 Views
  • 7 replies
  • 3 kudos

Resolved! FP-SNS-ALLMEMS1 not found in cube ide

HiI am trying to set up a project based on FP-SNS-ALLMEMS1.When i set up a project based on STM32L476 Nucleo, I cant find the pack neither under "select components" nor under "manage software packs". see belowWhy?? 

MK1_0-1717666159417.png
MK..1 by Associate III
  • 122 Views
  • 1 replies
  • 0 kudos

STM32G0 Unstable LSI frequency

Dear Everyone,We use STM32G0B0 MCU and in errata there's a section from the unstable LSI frequency. In some case the LSI frequency about 48 kHz. The workaround not work, after backup domain reset, the LSI frequency still about 48 kHz. My theory is th...

lwip_accept(..) getting blocked

I’ve created an STM32 project using STM32CubeIDE and enabled LWIP and FreeRTOS. My purpose is to run a basic TCP Server program on the STM3240G-Eval board using BSD sockets, containing two threads. I need to use most of the BSD socket calls such as l...