STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with pdm2pcm library in vs code

Hi,I am struggling to make PDM2PCM library work. My projects build without issues, but when I upload them to the board , program executes until it reaches PDM_Filter_setConfig function (tested with breakpoints). After that, it goes to infinite loop c...

Looking for PVD example with STM32G0

hello!  i have a question about the power voltage detector in (external input analog voltage) i have a adjustable power supply connected on the pin (using a nucleo-G0B1RE) i was thinking that if i drop the voltage on the pin under the vref int voltag...

ABasi.2 by Associate III
  • 217 Views
  • 2 replies
  • 0 kudos

STM32L452 TouchGFX and SD Card

Hello,I am using a custom board with the STM32L452RET. On this board:SPI1 is connected to an IIS3DWB accelerometer,SPI2 is connected to a 240x280 TFT display with an ST7789 controller and TouchGFX,SPI3 is used with FatFs to access an SD card, followi...

fmaesso by Associate II
  • 255 Views
  • 1 replies
  • 0 kudos

STM32F070CBT6 Emulate Eeprom Issue

When using this microcontroller for emulate eeprom process, i got some problems like freezing at start-up, when writing OLED, sprintf function can not write characters- writes silly words. I am not sure if the problem is about my emualte_eeprom proce...