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

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
  • 288 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
  • 451 Views
  • 8 replies
  • 0 kudos

Resolved! FLASH STM32U5 Quad Word Size - Confused!

I'm confused by ST's seeming definition of what they think a QUAD word is....according to most of the planet a WORD is 16-bits, so a QUAD word is 64-Bits.  However according to ST a quad word is 128 bits on the STM32U535.I enclose a section of my cod...

How to enable jumbo frames on STM32H743IIT6?

  I have already set the MTU to 3000 on the PC side.On the STM32H743 side, I have set the RXBUFFLEN, MTU, PBUF_POOL_SIZE, and other related memory configurations to 3000.I have configured and enabled Jumbo Frame and disable Jabber disable and Watchdo...

5559b72088de41dbb6cdd368d2fe2622.png
TTL by Associate
  • 205 Views
  • 1 replies
  • 0 kudos