STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SVD error in STM32G431

Interrupts not in proper peripherals:- WWDG is placed in I2C2,- TIM8_CC is in peripheral TIM1,- LPTIM1 is in LPUART1,- USB_HP,  USB_HPLP  & USBWakeUP are in EXTI,- CRS is in the EXTI as well. 

hijax_pl by Associate II
  • 236 Views
  • 1 replies
  • 0 kudos

Resolved! undefined reference to `netconn_set_sendtimeout'

I'm using the example for ModbusF429TCP from a GitHub repo for Modbus and get the following error: undefined reference to 'netconn_set_sendtimeout' I'm unfortunately still very new to STM32 and that's why I'm slightly overwhelmed nowGitHub repo is Mo...

krex by Associate
  • 1010 Views
  • 2 replies
  • 2 kudos

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
  • 962 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
  • 505 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
  • 296 Views
  • 0 replies
  • 0 kudos