STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC DMA wrong reading right pins used

Hi  ST community.I am in the process of building an audio recorder similar to the one in this video (12 bit ADC to Wav via FATFS and SDIO)(223) STM32 Audio Recorder 2: SD Card || SDIO and FatFs stack - YouTubeI followed the instructions of the follow...

Resolved! STM32F030F4 and STM32F103C4Tx CHİP BOOT

I use the STM32F103C4 and STM32F030F4 chip. I design a card with these chips. How I can programmable these chips? If I add SWDIO, SWCLK, +3.3V, and GND pins to the card as a male header, Can I connect the ST-LINK v3 to these pins and program it direc...

bngstskn_0-1695802112856.png bngstskn_1-1695802143447.png
bngstskn by Associate III
  • 882 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F401 Using flash memory sector 0 as storage

Hello,I'm searching for a way to use sector 0 as storage memory but no luck so far.I'm using STM32F401CCU6 and I'm working on a firmware which have to save about 300 bytes in a no volatile memory. For this microcontroller family we have this memory m...

Chuckero by Associate II
  • 6094 Views
  • 14 replies
  • 4 kudos

STM32H7 SPI Slave Dynamic Message Length

Hi,I'm using SPI to communicate between two micros - one F103 (master) and one H750 (slave). The data communicated will be vastly different in purpose and size (e.g. from simple requests to firmware image download) and so the designed protocol necess...

Optimizing FIR Filter Multiply Accumulate

Hello,I am trying to optimize a function for a basic FIR filter on a STM32H743. This is the function:inline float_t FIRFilter(const float_t* inputBuffer, const float_t* firData, const uint16_t size, const uint16_t currentBufferIndex) { float_t outpu...

JP_ama by Associate III
  • 1253 Views
  • 1 replies
  • 0 kudos

Resolved! Stack LoRaWAN (STM32WLE5CC)

Hi,We are starting a LoRaWAN project here at the company and we are going to use the LSM110A module that has the STM32WLE5CC.I would like to know if you have a LoRaWAN stack for this ARM processor (STM32WLE5CC), or a video demonstrating how to start ...