STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32CubeMX L4 HAL Bug Report

STM32CubeMX 4.27.0L4 HAL 1.10.0 / 1.13.0STM32L431RBWe use STM32CubeMX to generate the basic code. We use the RTC Wakeup to generate a cyclic Interrupt. With the L4 HAL (1.10.0) the function was correct.When we migrated the project to L4 HAL (1.13.0) ...

AOech by Associate
  • 454 Views
  • 3 replies
  • 0 kudos

Resolved! Gaps when playing audio file with DAC

I'm trying to play a sound file with raw PCM data using the DAC:uint8_t buffer[16384]; // 4-aligned uint8_t *bufptr[2] = {buffer, buffer + sizeof(buffer) / 2}; int curr_buffer = 0; volatile int audio_dma_half_complete = 0;   f_read(fh, buffer, sizeo...

0690X000008ASjiQAG.png