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

unable to start STM32F103CBU6 ADC

Hi,I started working on stm32f103cbu6 uC recently. Whenever i try to enable ADC1/ ADC2 , debugging terminates abruptly insideADC_Cmd(ADC1, ENABLE); at ADCx->CR2 |= CR2_ADON_Set;The same code works with stm32f103cbt6. I tried with example code in st ...

BAyya by Associate
  • 273 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F429, external interrupt errata?

External interrupt errata?I have setup EXTI_Line12 and EXTI_Line14 to generate en interrupt.But the EXTI15_10_IRQHandler() fails to execute a second interrupt if it happens too close to the first interrupt.But it seems only happen when I use bit-band...

MSipo by Senior II
  • 518 Views
  • 3 replies
  • 0 kudos

Resolved! Simple ADC example

I'm having trouble getting the ADC on a STM32L476VGT6 discovery board to work. If I run by configuration code then click the ADSTART bit in the debugger, everything works fine. If I set the ADSTART bit in code in real time, the conversion never fin...

AWolf.8 by Associate III
  • 780 Views
  • 5 replies
  • 0 kudos

STM32F446 silicon revision 3?

In the STM32F446xC/E datasheet, DocID027107 Rev 6, footnote under Table 11. Alternate function says:1. The DCMI_VSYNC alternate function on PG9 is only available on silicon revision 3.However, neither DBGMCU_IDCODE description in RM0390 Rev 4, nor ST...