STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to setup CMSIS DSP on a ARM Cortex M33

Hello Everyone,I currently trying to implement a FFT by using the optimized functions from CMSIS library on a L5 MCU. The fact is that the M33 family seems not to be supported then I was wondering whether there's some kind of workaround in order to m...

bedo98 by Associate
  • 1816 Views
  • 3 replies
  • 0 kudos

Resolved! Equivalent function in Azure RTOS ThreadX

I want to switch from FreeRTOS to Azure RTOS ThreadX. In FreeRTOS there is the function xQueueSendToBackFromISR() - It is used to write data to the queue from an interrupt service routine. FreeRTOS interrupt provides an interrupt safe version of queu...

MStew.1 by Associate III
  • 402 Views
  • 1 replies
  • 0 kudos

Resolved! HAL H7xx Library ll_utils.c Warning

stm32h7xx_ll_utils.c throws a warning "no LL_RCC_CalcPLLClockFreq" function at line 930. The function exists in stm32h7xx_ll_rcc.c but has a conditional compile USE_FULL_LL_Driver.Calls to conditional compiles should be under the same conditional con...