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

Record audio using PDM OR DFSDM

Hi, I am working with STM32H757I-EVAL. The task is to record audio, store it in SD Card. Since, STM32H757I-EVAL has PDM Data format as well as DFSDM data format which would be better to interface with or is there anyother data format that can be used...

priya_12 by Associate II
  • 132 Views
  • 1 replies
  • 0 kudos

Moving code from G030 to C011

Hi All I have a breakout board, I've been testing some ws2812 code , I'm using  TIM1 with DMA + PWM I developed the code on the G030, it's a 32 pin package. I'm using internal clock and have it running at 48MHz for Timers. Works has intended.    Swit...

stevecimo by Associate III
  • 664 Views
  • 19 replies
  • 2 kudos

Measuring problem

Hello,  I have a problem with my code, I have a 1PPS signal from a GPS on a PB0 input, I want to measure a 10.00Mhz signal on the PC0 input. I have a uart4 tio display the result. My problem is that the result is always zero on my screen "Frequency 0...

PSEBA.1 by Associate II
  • 132 Views
  • 0 replies
  • 0 kudos

FREERTOS: How to enable osThreadIsSuspended ?

Hello Experts,I see that in cmsis_oc.c that the function osThreadIsSuspended is disabled. The variable INCLUDE_eTaskGetState is responsible for it.But how do we enable INCLUDE_eTaskGetState to 1 by default? I see in FreeRTOS.h header than the macro i...

ak52_0-1747306935740.png ak52_1-1747307040166.png
ak52 by Associate III
  • 169 Views
  • 4 replies
  • 0 kudos

Resolved! AZURE RTOS Support H7S3

I have started looking at using the Azure RTOS package for my project but see it has since become Eclipse RTOS? Is STM supporting this RTOS anymore as I see the H7S3 Azure RTOS package was only updated seven months ago whereas the H7 branch as update...

Linduri by Associate II
  • 359 Views
  • 1 replies
  • 1 kudos

Resolved! Stm32G491 I2C multimaster mode

Hi,I need to configure the I2C master on my STM32G491 to operate in a multimaster setup. It is currently connected to a slave device, but we also plan to connect another I2C master to the same bus. The slave device supports I2C multimaster communicat...