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

Pin values when RESET is pressed.

Hi all, I'm working with a STM32F303CCT6, and I'm testing the different pin values when Reset is pressed. The Reference Manual says the reset value for GPIO_MODER is 0, so all GPIO are inputs.But I'm testing my MCU (first I erased all memory) and ha...

JAlca by Senior
  • 539 Views
  • 3 replies
  • 0 kudos

Resolved! Moving code to a different memory sector

I am currently saving user data to sector 7 on a STM32F446 board. I need to move that into one of the 16k sectors to keep the erase times small (would prefer to use sector 0, but any 16k sector will work). I am using a linker script to set up memory ...

ALane.1 by Associate
  • 667 Views
  • 1 replies
  • 0 kudos

Resolved! How to download a profile in ST33 embedded sim?

please any one explain me how different MNO profile downloaded to eSIM ST33. Which communication is used to communicate with ST33 in order to download a profile ? and how to activate this profile?also i would like to know how remote profile managemen...

DPADI.8 by Associate II
  • 372 Views
  • 2 replies
  • 0 kudos

I am trying to control esc using STM32F446RE Nucleo 64 board but after uploading the program nothing shows up.I am using timer 2 channel one.

#include "main.h"TIM_HandleTypeDef htim2;void SystemClock_Config(void);static void MX_GPIO_Init(void);static void MX_TIM2_Init(void);int main(void){ HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_TIM2_Init(); /* USER CODE BEGIN 2 */   HAL_TIM_P...

PIngo.1 by Associate
  • 242 Views
  • 1 replies
  • 0 kudos
Labels