STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Question about STM32 FPUs and FREERTOS

Do the STM32 MCUs that have a floating point unit use it automatically or does it only use it once you have enabled it in the FREERTOS configuration?Say on a STM32H743 which has a double precision FPU, if I have a floating point calculation in my cod...

CStew.2 by Associate II
  • 1922 Views
  • 6 replies
  • 0 kudos

X-CUBE-CELLULAR on B-U585-IOT02A Hard faults when executing AT+CGMR handler. The SID_CTXT.device_info pointer is NULL when memcpy is called to copy the response into the struct. On L4, the pointer is NULL also but the code continues.

at_modem_signalling.c fRspAnalyze_CGMR() line 1583. In L4 the compiler is v5, on U5 the compiler is v6. It seems the main issue is that the device_info pointer is not initialized before this code executes. CS_get_device_info() is called later after C...

MSher.1 by Associate III
  • 209 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L4xx USB Composite Device

Hello everyone, I am making a USB Composite Device according to the article - https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL. I use stm32l4xx, instead of the HAL_PCDEx_PMAConfig() functions, I use the HAL_PCDEx_SetTxFiFo()/...

alfinikov by Associate III
  • 496 Views
  • 1 replies
  • 1 kudos
Labels