STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Best way to sequence ADC (a lot) without DMA

Hi all, I'm building an application which needs to sample 8 ADC channels at roughly 10kHz, while listening for messages over SPI. The issue I'm facing is that neither of these can be missed, and sometimes they occur simultaneously. Ideally both of th...

Konami by Senior II
  • 804 Views
  • 5 replies
  • 0 kudos

Unrecognized device on STMFlashloader

Hello,I'm working on STM32l051K8 MCU with the custom board design. I just wanted to enter the device to the bootloader for serial flashing via USART peripheral. Here is the simple C code to enter into the bootloader for STM32L0xx family MCU.void Jump...

0693W00000FAHGkQAP.png 0693W00000FAHHEQA5.png 0693W00000FAHFYQA5.png

WDGA bit not immediately set after WWDG_Enable().

STM32F405 using STLIBF4 v1.4.0Near the beginning of my code, I enable the windowed watchdog withWWDG_Enable() Shortly thereafter, I have a conditional block that executes only if the windowed watchdog is enabled, i.e.if ((WWDG->CR & WWDG_CR_WDGA) != ...

MBoren by Associate II
  • 2246 Views
  • 11 replies
  • 0 kudos

HAL_SD_WriteBlocks_DMA - not writing or succeeding

When attempting to write to an SD card with HAL_SD_WriteBlocks_DMA() I expect the data to be written and then the card status to change to HAL_SD_CARD_TRANSFER. However, that never happens.Here's a short snippet of code I am using (this is pretty muc...

Recommended MCUs for Low Quality Cameras

Hello,I would like to use a microcontroller which keeps around 600x800 pixel one image comes from a camera and compresses it. They are very simple functions. It needs at least 600 kB RAM to keep one image. However I could not find a low-cost microcon...

Resolved! Reverse deadtime on TIM1

I'm using an STM32G431 using differential outputs on channel 1. On the scope, my deadtime is set where the channels overlap instead of having deadtime:channel1 ___-------___ ------__------- channel1_nHow can I reverse the direction of the deadtime?He...

eRuss.1 by Associate II
  • 1237 Views
  • 4 replies
  • 0 kudos