STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2S in STMG030F6P6TR

So I am using STMG030F6P6TR to play raw audio stored in SPI flash using PT8211 DAC and LM4890S amplifier. I have stored 8 Bit unsigned mono RAW data in 8000HZ in spi flash, retrieved it and pushed the data into the DAC as follows:void playSong(uint16...

Sh7va_0-1720085241447.png Sh7va_1-1720085297443.png
Sh7va by Associate
  • 361 Views
  • 0 replies
  • 0 kudos

OPUS EXAMPLE

i have compiled opus lib on H5. but i can not decode data. this is my init function and works fine.   DecConfigOpus.channels = 2; DecConfigOpus.ms_frame = 20; DecConfigOpus.sample_freq = 48000; uint32_t dec_size = DEC_Opus_getMemorySize(&DecC...

nimaltd by Senior
  • 620 Views
  • 2 replies
  • 1 kudos

STM32H7A3ZITQ_LQFP144 QSPI Timeout Issue

 Hello,I am using the STM32H7A3ZITQ and have encountered an issue while controlling the MT25QL128ABA1ESESF0IT flash memory during the flash read process. I am operating in QSPI mode. During extended aging evaluations, a 5-second timeout (a busy flag ...

khkim_0-1719807496263.png khkim_1-1719807509696.png khkim_2-1719807523399.png
khkim by Associate II
  • 713 Views
  • 5 replies
  • 0 kudos

FOTA in stm32l4

Hello,I wanted to know some suggestion regarding a project, and adding FOTA support in it.The project is stm32l4 based and it configures the gsm module as a server and one can make request and get response using http protocol.I wanted to update the f...