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
  • 775 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
  • 451 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
  • 827 Views
  • 4 replies
  • 0 kudos