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

STM32H5 - I3C access to IKS4A1

Hello Folks, sorry, I am quite desperate. I try to get my I3C code working, but the read consistently fails and returns a buffer with just 255s and a temperature of 350 degrees centigrade.   The weird thing is that the checks I put in work, so it loo...

THANN.1 by Associate II
  • 175 Views
  • 2 replies
  • 0 kudos

Resolved! STM32N6 FreeRTOS LL_ATON_OSAL_WFE

Hello, Based on my understanding, in this code /* Run inference by executing epoch blocks until done */ LL_ATON_RT_RetValues_t result; uint32_t total_run_ticks = 0u; uint32_t total_wfe_ticks = 0u; do { uint32_t run_start = tim2_get_coun...

Tuomas95 by Associate III
  • 235 Views
  • 1 replies
  • 1 kudos

RTOS debugging with CubeIDE

Hi everyoneI've got a few questions about the views that show FreeRTOS Semaphores and Queues:1.  My application creates a lot of Mutex and Queues, and only the first 63 (or 64 -- I may have lost count) of each type are visible.  Is this a feature or ...

SemaphoreList.PNG

Resolved! STM32G030C8TX ADC Issue on PB11 and PB12 Pins

Hello, I am currently working with the STM32G030C8TX microcontroller and I have encountered an issue while reading analog values through the ADC. When I attempt to read ADC values from the PB11 and PB12 pins, the measured values are incorrect or unst...

EGurd.1 by Associate II
  • 349 Views
  • 8 replies
  • 0 kudos