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

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
  • 417 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
  • 267 Views
  • 1 replies
  • 0 kudos

STM32F446 and ADS8885 code help

HiPlease can someone help me with the code for STM32F446 and ADS8885 http://www.ti.com/lit/ds/sbas568a/sbas568a.pdf I'm not sure how to read the values ​​using SPI here is part of my code.uint8_t adc_buff[3] = {0,0,0}; uint32_t adc_val = 0;   HAL_GPI...

MDoln.1 by Associate II
  • 468 Views
  • 4 replies
  • 0 kudos
Labels