STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! RTC time greater than 24 hours

Hello everyone, I am using an internal RTC on STM32L431. After running for 23:59:59 seconds, the time changes to 24:00:00 instead of 00:00:00, and the week day has not been incremented. Why is this?

AlfRomeo by Associate III
  • 452 Views
  • 12 replies
  • 1 kudos

STM32 USBD MIC AND STREAMING AUDIO

I am configuring USBD to turn the STM32F4 Discovery into a headphone, meaning it can play music through USB and transmit data from the PDM microphone to the computer. I have completed the music playback part, but I am now working on the recording par...

bacnk by Associate II
  • 226 Views
  • 2 replies
  • 0 kudos

STM32 TIM CC IRQ and USART RXNE IRQ

Hi everyone,I’m working on an STM32C0 setup where TIM1 CH1 (Pin A) and UART RX (Pin B) are physically shorted together, and I’ve encountered some unexpected interrupt behavior. Specifically, the UART RXNE interrupt always triggers before the TIM1 Cap...

Filex writing performance

Hello everyone, I am using a custom board with STM32H750 and I am trying to develop a file system with FILEX. The file system' s media is a uSD card with 10 MB/s baudrate which is communicating with the micro thanks to the SDMMC peripheral. The SDMMC...

FCola.1 by Associate III
  • 153 Views
  • 0 replies
  • 0 kudos

Resolved! FATFS Failure with FreeRTOS

I am using the STM32H7B3I-DK for my project. I am trying to integrate uSD card usage with a touchgfx program. I have gotten a simple write to a file working on a non rtos project; however, when I use it in my project with RTOS I keep getting a hard f...

Resolved! SDMMC FATFS mount Hardfault

I have followed How to create a file system on a SD card using STM32CubeIDE the best I can using the STM32H7B3I-DK. With this board I do not see the DMA tab under SDMMC1, so I have skipped that. I am failing the f_mount(). I am using a touchGFX proje...

STM32H743 SPI DMA delay

Hello.I have a TIM3 configured to generate a PWM signal with frequency 1 MHz and duration 200 ns using CC1 channel. TIM3 also generates a DMA request on CC1.DMA1 is configured to transfer value 0xFFFF from AXI SRAM to SPI2_TXDR register, triggering t...

DS2_2024112683659.png