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! STm32F401RE: FPU not working

Hi guys,I really need your help.I'm trying to divide two numbers.. But the result is still 0. Analyzind the disassembling the commands are not those of FPU unit. I enable the FPU in the  Properties/MCU Setting.Here the simple code:uint32_t A = __HAL_...

FAJOL1_0-1707217206273.png
FAJOL.1 by Associate III
  • 1523 Views
  • 3 replies
  • 1 kudos

System freezes, stuck in USART interrupt

The MCU is STM32F469, using RTOS: AZURE ThreadX and FatFS. The system is fetching data through 3 UART ports and doing logging (saving data into a file).Logging is setup to run once one hour, about 1000 bytes.UART read and write both use DMA. The syst...

jason_gu by Associate
  • 2278 Views
  • 3 replies
  • 1 kudos