STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2439 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
  • 627 Views
  • 3 replies
  • 0 kudos

Probability of bit flips

Hello,Are there any statistics on the probability of bit flips for the RAM on stm32f0x family? Are there any dependencies based on factors such age of the micro or temperature?

BGhaz.2 by Associate II
  • 1279 Views
  • 5 replies
  • 0 kudos

Resolved! __WFI not enter stop mode when debugging

Hi. When debugging stm32l476rgt6 on NUCLEO-64 __WFI instruction has no effect.My question is simple: is it possible to enter stop mode while debugging? I know that it is possible to stop dbg clock during clear DBG_STOP bit. But after awake debugger d...

ARa.2 by Associate II
  • 965 Views
  • 2 replies
  • 0 kudos

Resolved! How to induce a RAM parity error?

Hello,I want to test some code (including the exception handler for parity error) that kicks in when a parity error gets detected by the micro. But how can I induce a parity error?The processor is stm32f0x8.

BGhaz.2 by Associate II
  • 618 Views
  • 2 replies
  • 0 kudos