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

Bug in USB Host Library? Isochronous data receive

Posted on May 08, 2017 at 12:40Hi I think it is a bug...Problem:Isochronous data Receive from  USB Device with ST USB Host library.- > no example or projects in internetSo i tried to get data from USB Webcam.But i  didn't get an USBH_URB_DONE event ...

Half duplex DMA Uart

Posted on December 15, 2015 at 16:22 Hello there, I am experiencing a weird behaviour in my application. I am using HAL library. I am using STM32F407 and usart2 to send and receive using DMA in half-duplex mode. Everything is working fine, u...

RTC in STM3230F4

Posted on March 06, 2018 at 19:27Hello guys.I wanted to design a PCB with this MCU, but I need RTC in my project.I saw the RTC peripheral in the user manual, but I see no pins named VBAT for when the main power is off.So what should I do?Doesn't thi...

SPI potentiometer don't work (CubeMX & Nucleo103)

Posted on March 06, 2018 at 00:35Hi, Maybe i have a stupid question or mistake but i am searching and i can't make it work, so if you can help please.First i created a new project at CubeMX integrated in Atollic TrueStudio 8.0.I enable the SPI2 as F...

ioannis by Associate II
  • 1080 Views
  • 8 replies
  • 0 kudos

Resolved! STM32L4 USB double buffer HAL bug

Posted on March 02, 2018 at 11:30After some days investigation and debugging, I found bug at HAL definition.Project was generated with CubeX v4.24, STM32L4 package version 1.11.0@file    stm32l4xx_hal_pcd.h#if 1 //darius #define PCD_SET_EP_DBUF1_CNT...

Darius B by Associate II
  • 439 Views
  • 3 replies
  • 0 kudos

WizNet W5300 DHCP

Posted on January 17, 2017 at 09:16Hello,I am working on project where i need to interface STM32F429 to W5300. This is done with FMC SRAM interface. I tested that i have working hardware by reading chip ID, and id did returned 0x5300.Question is how...

STM32L0xx UART overrun error

Posted on March 07, 2018 at 13:04We are using the STM32L0 HAL implementation of the UART driver. The UART (115200,8-N-1) is used in interrupt mode and we have configured the interrupt to occur for every character. This is done so that we can impleme...

How do I make my own musical instrument?

Posted on March 04, 2018 at 18:46I plan on making a compact version of a musical instrument called Mridangam (an Indian musical instrument). The original instrument is pretty huge and there are different variants of it to produce different kinds of ...