STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C integration using DMA Driver

Hi All,I am integrating the IMU sensor Using I2C DMA in circular mode on stm32f103c8t6 using Hal Library, so facing an issue reading the address value.In the below code "HAL_I2C_STATE_READY " this flag is not resetting after once function executes so...

Piyoosh by Associate II
  • 136 Views
  • 2 replies
  • 0 kudos

FFT on Array outputting incorrect value.

Hi there, I'm attempting to run an FFT on a sine wave input with frequencies from 0.1-1Hz however i seem to be getting incorrect frequencies from my FFT. Any help would be appreciated.  #include "main.h" /* Private includes -------------------------...

Resolved! lwip on CM4 STM32h745

Hello,  I am trying to setup the CM4 core with lwip+mbedtls working. Actually I get this code working on CM7 but I need to migrate it to CM4. When I run the code the CM4 get a ard fault interrupt. Debuging I can see that this happens in HAL_MPU_Enabl...

RafaelS by Associate III
  • 299 Views
  • 3 replies
  • 2 kudos

U5 USBX CDC-ACM Standalone Mode

HiI am in the need to have USB working on the STM32U5G9DK2 board, however I specially do not need ThreadX, so I will configuring USBX in standalone mode. And I do not need to be using UART to complement my sample code as a lot of the sample codes fou...