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

RTC cause main code stop working

Posted on October 21, 2017 at 01:06I was running RTC with stm32f051. I use cmsis and using LSE(32.768 khz) for rtc.I use this code for setup rtc with alarm . when interrupt of rtc is running the other section of code stop working but the interrupt r...

STM32F7 + SPI + LCD

Posted on October 20, 2017 at 16:29Helo!  I'd like to make the next thing: LCD application and communication with another IC through SPI, I did the next steps: 1. I made a new uVision LCD projects (found the steps in the ARM youtube channel, works f...

STM32F4 DMA REQ and ACK for External DMA

Posted on October 21, 2017 at 02:13I'm trying to interface my STM32F407 MCU with a peripheral device that has independent DMA/MPU interfaces. The MPU interface is available in two modes (68 and 80) and the data bus width is available in 8-bit and 16...

Zaher by Senior II
  • 408 Views
  • 2 replies
  • 0 kudos

Microcontroller as a Slave

Posted on May 19, 2015 at 09:41   I want to set up an EtherCAT Network, First I have installed IgH EtherCAT Master in my PC (Ubuntu 14.04) and RTAI 4.1 as RTOS Can I use microcontroller such as STM32 as a slaveThanks in advance

zeydrjeb by Associate
  • 830 Views
  • 4 replies
  • 0 kudos

an4666 application note timers

Posted on October 21, 2017 at 18:33The original post was too long to process during our migration. Please click on the attachment to read the original post.

con3 by Senior
  • 310 Views
  • 0 replies
  • 0 kudos

USB OTG with STM32CubeF4

Posted on October 21, 2017 at 14:56Hi allI am using the STM32F429ZE microcontroller with STM32CubeF4 (V1.16.0) library. For my next project I need to switch between USB device and host mode. (Depends if a host/device is connected.)The hardware has a...

STM32L476 MSI + PLL

Posted on October 13, 2017 at 19:37What is the magic that PLL doesn't want to let go of MSI?I've been trying to switch MSI + PLL ON/OFF during STOP2 mode (to save battery), but the MSI + PLL hangs on for about 15 milliseconds. I'm first switching on...

Resolved! X-CUBE-AWS

Posted on October 20, 2017 at 04:17When I try to add the X-CUBE-AWS expansion library package to my STM32CubeMX (which has been updated to the latest version - 4.22.1) I get the error: 'This package version is not managed on this version of STM32Cub...

Having trouble with USART6 RECEIVE

Posted on October 19, 2017 at 20:57Hi, I am having trouble getting my USART6 receive on PORT PC7 working.I have USART6 initialized at 115200 baud in TX and RX mode and can transmit fine on USART6 PORT PC6. In order to test USART6 reception I have a ...