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

read and write SRAM internal

Posted on May 21, 2016 at 12:11I would read and write about 10kB of 64kB SRAM internal with STM32F103ZE.This micro have the SRAM at start address 0x20000000.How can I use and save the area of RAM, sure this area isn't changed in real time during the...

vbruno1 by Associate III
  • 216 Views
  • 1 replies
  • 0 kudos

STM32F103C8 - PLL Ready Flag never sets

Posted on May 13, 2016 at 06:55 I am trying to set PLL as my system clock source upon startup of my microcontroller, STM32f103 I have commented all the defines in my system_stm32f10x.c 1. white-space: inherit;''> /* #define SYSCLK_FREQ_HSE H...

STM32CubeMX v4.14.0 bug - NVIC fixed priority (0,0)

Posted on May 19, 2016 at 23:09In linux STM32CubeMX v4.14.0 doesn't allow NVIC priority changing. Under the Configuration tab / NVIC Settings after enabling an interrupt the Priority and Sub Priority fields are still read-only and fixed at 0,0 so al...

emil by Associate II
  • 649 Views
  • 2 replies
  • 0 kudos

Troubles using Mx plugin

Posted on May 20, 2016 at 10:19Hi folks, I have installed MX plugin 4.14.0.201603171736 into an existing eclipse Mars.2 (4.5.2). Looks like it worked. But when I try to show an STM32CubeMX window, it simply crashes my eclipse. I was expecting being ...

STM32F103 I2C Slave strange behaviour [Solved]

Posted on May 16, 2016 at 15:24Hi,I have a STM32F103 MCU with I2C2 enabled and configured as slave (ID 0x28h). I also have a STM32F429 MCU with I2C3 as Master.I've found an Optimized I2C Examples on ST's website and I've used that as a base. All I a...

dman by Associate II
  • 515 Views
  • 2 replies
  • 0 kudos

STM32F469I-Disco CAN Interfaces connections

Posted on May 19, 2016 at 09:42Hi, I have successfully connected and run the CAN2 interface on this board. Now, I'm trying to connect the CAN1 but I can not find the corresponding port pins on the board. I've been reading the pds but there is no inf...

Labels