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

Looking for library to help debugging power used

Hi,I'm using a STM32L0, the power consume under stop mode was ~50uA. After some search, i see that i forgot to stop the USART clock which permit a consume under stop mode around 20uA which is far from the datasheet <1uA.Actually, i'm doing manual sea...

Frog by Associate III
  • 68 Views
  • 5 replies
  • 2 kudos

VENC_RTSP_SERVER code getting stuck

Hi everyone,I’m currently trying to deploy the VENC_RTSP_SERVER code, but it's getting stuck during execution. In the UART terminal, I only see the following output before it hangs.After some debugging, I found that the code is getting stuck at line ...

athern27_0-1752485431558.png
athern27 by Associate III
  • 71 Views
  • 4 replies
  • 0 kudos

TouchGFX image convertor

We are using TouchGFX for LCD UI design.  It seems that the generated c files for image have reverse-ordered 16-bit data.  We have to revert the image at run-time.  Is there a way to revert the 16-bit order during image converting?

lzlin by Visitor
  • 17 Views
  • 0 replies
  • 0 kudos

TouchGFX font support

We are using STM32H5 for a project with TouchGFX for its LCD UI design.  We are using one font for English.  This font does not support Chinese.  How can I use multiple fonts, one font is for English and the other one is for Chinese in TouchGFX.

lzlin by Visitor
  • 18 Views
  • 0 replies
  • 0 kudos

Secure TAMPER on STM32H5

Hi,I am working on a secure TAMPER application running on STM32H5731I-DK. Tamper module init and config is properly executed for active tamper detection with interruption. The TAMP_MISR register is set as expected once the tamper attempt is discovere...

rpm95 by Visitor
  • 22 Views
  • 1 replies
  • 0 kudos

Creating HID keyboard using USBX

I'm trying to generate an HID keyboard through CubeMX for USBX. I'm using an F411CE based board so picked the appropriate software pack for that. However, when I go to pick to pick components, I can only see the generic HID pack instead of separate k...