STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Is there a way to tell whether ADC is busy? (STM32F303ve)

I am trying to reconfigure DMA without losing samples and without stopping the ADC, which is triggered using timer (relatively rarely), so my plan was to look whether both the ADC and DMA are idle and quickly reconfigure DMA before ADC even starts to...

SMisi by Associate II
  • 1030 Views
  • 6 replies
  • 1 kudos

Resolved! Unable to find pin B12 (BOOT0) on B-L47E-IOT01A2

Hi everyone,Something weird happened while I was uploading to my board. The upload crashed half way through and now the USB STLink interface isn't recognized. I think I should be able to upload a working ELF file in UART mode, but to do that I need t...

RBair.3 by Associate II
  • 435 Views
  • 1 replies
  • 0 kudos

USART Receive to Idle DMA callbacks

I got this working, then it stopped working.I finally figured out after about 3 hours what is wrong.Situation. I am making a "Serial tap" for debugging. The STM32F411CE on the Black Pill board. 2xUSARTs Rx only and the CDC Virtual COM port device ...

PCamp.2 by Associate III
  • 2005 Views
  • 3 replies
  • 0 kudos

Interrupt double firing can't be fixed

Hello all,​I am using the ADC on my STM32L431 with both DMA and interruption. Everything works fine, except that the ISR is often entered with none of the enabled interrupt flag being set.​Initial code:void ADC1_IRQHandler() { if(LL_ADC_IsActiveF...

ZJing by Associate III
  • 508 Views
  • 3 replies
  • 0 kudos