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

STM32L4 register setting

Posted on May 03, 2018 at 19:43I'm trying to program STM32L4-discovery board using the registers of ST32L4 only. I wanted to modify flash latency and see if the register value really changes by using gdb. However, it turned out that the following si...

M. Jeong by Associate II
  • 176 Views
  • 2 replies
  • 0 kudos

Cubemx 4.25 STM32F767 EXTI problem

Posted on April 03, 2018 at 20:44I've configured a number of pins on the 767 as EXTI but there is no option in NVIC to enable the interrupts and no code generated. The pins are correctly identified in  the GPIO configuration tab.Moreover, the exampl...

Using ll_sdmmc.c with eMMC

Posted on April 25, 2018 at 16:40Hi,I�m working on a project with the STM32L4 on a custom board. We want to access a eMMC to store acquired data. First, we used the HAL_sd.c library, but since it�s not compatible with eMMC, we now want to use the lo...

Maxim H by Associate
  • 190 Views
  • 1 replies
  • 0 kudos

How to get SiLabs CP2102N working as a USB device?

Posted on May 03, 2018 at 18:03Hello,I'm working on a board based on STM32F427 MCU. The board is implemented as a USB Host.I'm trying to get SiLabs' CP2102N working as a USB device. I understand I'll need to change the driver to make it work. Have a...

Pilot B by Associate II
  • 152 Views
  • 0 replies
  • 0 kudos

ENABLING STPM32 COMMUNICATION...!!!!!

Posted on March 26, 2018 at 07:10I am using STPM32 with STM32F4 microcontroller series. We are using UART communication. When we trying to reset the whole framework the controller only receives 0 values for 48th register. When we are trying to set t...

If - else not working

Posted on May 03, 2018 at 13:55HiWhen I press the button Vo is not = vin, no respond to the button at all.Any suggestions ?#include <LiquidCrystal.h>LiquidCrystal lcd(PA0, PA1, PA2, PA3, PA4, PA5);int analogInput = PB0;const int ResetPin = PA7;float...

Labels