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

Taking microsecond timer without interrupt

Posted on January 08, 2015 at 13:29Hello I'm looking for a solution to get the time between to input signals in microsecond resolution. But I do not want to use an interrupt counting up all microseconds. Is there a convenient solution / method? #...

oli by Associate II
  • 339 Views
  • 2 replies
  • 0 kudos

ADC with DMA arrest on STM32F4

Posted on December 09, 2014 at 14:19Dear All,My board is 429I-DISCO. I tried to code a continuous A/D conversion via DMA on FreeRTOS. At first A/D conversion shortly after power-up was starting nomally by ADC_SoftwareStartConv(ADC3). On the rest of ...

yoshi by Associate II
  • 973 Views
  • 11 replies
  • 0 kudos

ARM Accredited MCU Enginner

Posted on January 08, 2015 at 07:09A Question and Answer Book ''ARM Accredited MCU Enginner''http://www.amazon.com/dp/B00R9BYWWA #arm-cortex-accredited-mcu-aame

Multiple ST-link Debuggers

Posted on December 23, 2014 at 12:59Hi, I'm debuging a network application running across multiple Nucleo boards with multiple instances of the Keil IDE. Every time a target leaves the debugger the ST-Link connection is lost and reconnection becomes...

occam by Associate II
  • 881 Views
  • 3 replies
  • 0 kudos

USART interrupt problem

Posted on January 07, 2015 at 15:31Why stm32f030 not get received interrupt for the third time ....when it get it for the two times........stm32f407 is sending the 3 packet 2 packet it is receiving fine but the third packet it is not receiving ...I ...

sanjib by Associate III
  • 223 Views
  • 1 replies
  • 0 kudos

stm32 100 I2C peripheral not sending address

Posted on January 07, 2015 at 12:51 I am trying to use the I2C peripheral on the STM32 I am finding that about half the time the address isn't being sent. What happens is that the data line is going low (start condition is set) the clock line go...