STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 635 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
  • 385 Views
  • 1 replies
  • 0 kudos