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

Trying to put STM32L471RG into Shutdown mode

Posted on December 13, 2016 at 09:52I am trying to put the STM32L471RG into Shutdown mode.I am doing the following steps, based on the documentation.// Turn on Deepsleep bit SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk | SCB_SCR_SLEEPONEXIT_Msk; // Setup Low P...

Discovery B-L475E-IOT01 to Nucleo 144 porting

Posted on May 14, 2018 at 09:06Hi Im trying to port B-L475E-IOT01 applications to Nucleo144 L4RZI. Im facing issuing on porting the driver. UART,SPI,I2C. Im strange to see that the data is not being pumped out of COM Port, while in debug the data bu...

Resolved! Failed to Download stm32cubeh7.zip ...

Posted on May 14, 2018 at 04:43As usual, I've tried to download stm32cubeh7.zip but it failed due to the network error.I couldn't download via FlashGot or any resumable download tool. Does any one have a mirror of the stm32cubeh7.zip?In addition, do...

bnarit by Associate II
  • 423 Views
  • 2 replies
  • 0 kudos

Nucleo 144 BSP

Posted on May 13, 2018 at 21:19Hi, I am looking for bsp in keil for nucleo144 board but i am not able to find it in the latest version of the keil. Where can i find the bsp for the same? What is the procedure?

Need the code of the adc for a stm32f3

Posted on May 13, 2018 at 22:00hello everyone ,please I try to get a voltage in the pin PA0 of a stm32F3 DISCOVERY and convert it with the adc of this pin and display it on system workbench, but I need a code on the software Basic workbench system t...

STM32F3 simultaneous ADC conversions

Posted on May 09, 2018 at 12:54Hi.I want to do do ADC conversions on all 3 ADCs simultaneous: they should be done in the same time. How should I achieve that?1. With DMA? I can do multichannel conversions, but they are not simultaneous. When I start...

Resolved! FatFs fails randomly with V1.11

Posted on May 11, 2018 at 15:32I'm using FatFs with SDMMC1 on a Nucleo STM32F722ZE with CubeMX 4.25.My project uses FatFs to manipulate a MicroSD card, but I noticed that many operations just fail randomly, usually with FR_DISK_ERR.  For example, in...

Configure Timer Input Capture

Posted on November 10, 2017 at 08:25Hello,I'm trying to measure the frequency of a PWM signal ( 600 Hz) with the Input Capture functionality with an STM32F103.I do these steps: Configure the Tim4 as Input Capture.  Timer Clock 64 MHz;Prescaler =...

Fede Rico by Associate III
  • 1133 Views
  • 7 replies
  • 0 kudos