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

STM32F070RBT6 periodic wake-up timer

Posted on October 03, 2017 at 13:12On this site: http://www.st.com/en/microcontrollers/stm32f070rb.html it says that this microcontroller has aCalendar RTC with alarm and periodic wakeup from Stop/Standby. However I don't seem to get the periodic wa...

rwa by Associate
  • 170 Views
  • 0 replies
  • 0 kudos

how can i solve it.

Posted on February 27, 2017 at 06:56I have problem during STMcube generating.the probelm is ''please install truestudio toolchain to open the project or associate the file type of the project with your toolchain in system default program settings''....

0690X00000606QxQAI.png

GPIO - DMA Peripheral-to-Memory

Posted on February 20, 2017 at 11:43Hi,I'm trying to realize a communication between an external ADC with a parallel interface and a STM32F429 via DMA. Therefore the clock-out signal, provided by the ADC (which indicades the new data is ready, at a ...

Skadi F by Associate II
  • 732 Views
  • 3 replies
  • 0 kudos

DMA Memory-to-Peripheral Clock

Posted on May 09, 2015 at 20:26Hi, I'm trying to set DMA2 to do a Memory-to-Peripheral trasfer from memory to GPIOB. But now, I'm stuck with a problem since I want to configure the DMA transfer speed to 1/8 of the Bus clock(168Mhz). Is there any way...

pedro by Associate II
  • 410 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F030 UART problem

Posted on September 28, 2017 at 17:58Hi all,I'm trying to send an HTTP message through Ethernet interface using a WIFI external device. For this, I use HAL_UART functions as shown:HAL_UART_Transmit(huart, messageTX,lengthOfmessage, timeoutTX);UART h...

STM32f030 RTC interface

Posted on October 02, 2017 at 19:32Hi all,I'm trying to work with STM32f030 RTC internal to save UTC calendar.I have included in my FW application the followings functions:- MX_RTC_Init();- Enable RTC interface in 'stm32f00x_hal_conf.c'- Defined RTC...

[OTG + documentation] global NAK clear

Posted on August 28, 2017 at 16:44More.The description of global NAKclearing for both IN and OUT is a mess reoccurring in several places - in the description of four set/clear bits in DCTL, in the narrative in several subchapters of Operational mode...

Configure CAN to receive in both FIFOs

Posted on June 09, 2016 at 10:58 Hello there, I am using STM32F4. I am trying to configure can peripheral the way that when messages are received, they pass through 2 filters. If filter 0 matches they go to FIFO0, if filter 1 matches they sh...

SD card support for X-NUCLEO-IDW04A1 (SPWF04SA) ?

Posted on October 02, 2017 at 06:57Looking for SD card software support for X-NUCLEO-IDW04A1. The board has an SD Card  socket on a secondary SPI interface from the SPWF04SA module, but I cannot locate any software to support reading or writing to t...