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

DAC Noise pulse on STM32L475

Posted on October 16, 2017 at 17:08I am experiencing problems with my code, I was trying to change the code to get much faster ADC + Calculations + DAC speed.Basically I want to start the 2 ADCs and when the fast ADC in done I want to output the ADC...

PeterJ by Associate II
  • 364 Views
  • 0 replies
  • 0 kudos

Push-pull vs open drain

Posted on October 16, 2017 at 12:43Hello there,I have noticed that in the newer STM32 chips it is possible to configure the GPIO's in 2 kinds of output states: Push-pullOpen-drainI was wondering which option is drawing less current for driving simp...

nrf24l01 with stm32f103c8t6

Posted on October 15, 2017 at 19:32Hello,i'm using two stm32f103c8t6 with nrf24l01, but in the transmitter side i'm having probleme when sending data, it's stucked when spi is waiting for rxne to be cleared and i don't why, i even chnaged the irq pr...

sak hos by Associate III
  • 666 Views
  • 3 replies
  • 0 kudos

External Interrupt

Posted on October 16, 2017 at 10:20 Hi I'm new to ARM and i'm using stm32f103vet. I can work with GPIOs and turn LED on/off! I have problem with external interrupts.I want to use PC13 to turn on LED. PC13 is connected to a button and the...