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

Two ADC working on two signals at the same time

Posted on July 18, 2016 at 17:50Hi,I want to read two signals (supposedly quite similar) at the same time, in order to compare them. I have one ADC working, but I'm perplex about the other.- Does it matter if I use for the second signal, say ADC1_IN...

antoine by Associate II
  • 1263 Views
  • 6 replies
  • 0 kudos

STM32L151 stop mode with RTC, 4uA current draw?

Posted on July 21, 2016 at 08:46We use stm32l151ccu6 with RTC clocked by LSI. The device is set to wake up, every 20 seconds,  from stop mode using the RTC auto wakeup feature. At present, the device just goes back to stop mode after clearing the RT...

faizal by Associate
  • 341 Views
  • 1 replies
  • 0 kudos

STM32Cube Bug - FMC write recovery time

Posted on July 04, 2016 at 12:50STM32CubeMX: 4.15.1 STM32CubeF7: 1.4.0 MCU: STM32F746NGHx In the setting: ''Configuration | FMC | SDRAM1 | SDRAM timing in memory clock cycles | Write recovery time'' the value is constrained in [3,16] (and the help a...

STM32L0 SPI Clock Issue

Posted on July 21, 2016 at 09:55I am using a STM32L053 Discovery board and I am having an issue with the SMI clock line. I am trying to set the device up such that PB13 is the clock lick line (as SPI 2). The problem is that the clock only appears to...

F072 Nucleo TIM2/DMA/Input capture issues

Posted on July 17, 2016 at 08:43 I am trying to work with STM32F072 input capture using TIM2 and DMA transfers. There is an issue in CubeMX which make it always change the alignment to BYTE, I always have to change it back to WORD, really anno...

o2 by Associate II
  • 602 Views
  • 5 replies
  • 0 kudos

Basic help on ISR's and the HAL

Posted on July 15, 2016 at 22:13 I'm trying to kick off the ADC via Timer1 at 9600 sps for 4 channels. I have it all working -- once, but I think I'm (ab)using the HAL wrong; I tried to put the kick off code in a function in main called ...