STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

array of *char

hi everyone, actually I have two questions. first: how can I create something like this ​char *main_menu[]={{"Work","start", "stop", "pause"}, {"Heater", temp_heater,"empty","empty"}, {"PREheat",temp_preheat,"empty","empty"}, {"Pneumo","forward", "st...

ASzcz by Associate II
  • 411 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H753ZIT6 vs STM32H753ZIT6U

Hi,What is the difference between STM32H753ZIT6 vs STM32H753ZIT6U?I am curious because the U variant is on the eval card, but is not available anywhere. The non-U variant seems to have replaced it from all vendors.

MCapu.3 by Associate
  • 598 Views
  • 2 replies
  • 0 kudos

Hi, I am finding abnormal functioning of GPIO output while Toggling.I am getting Pulse of 0.2138s width everytime before my Desired Output(35microseconds) in STM32F401 Nucleo-64. Please Support.

#include<NEW.h>void delay();void main(){ SystemInit(); RCC->AHB1ENR |=1; /* Enabling clock for GPIOA port*/ GPIOA->MODER |=1<<24;/*General Purpose output function in PA12 Port*/ GPIOA->OSPEEDR|=1<<24;/*Medium speed */  GPIOA->ODR |=(1<<12);/* T...

0693W00000AM1oBQAT.png 0693W00000AM1o1QAD.png 0693W00000AM1nwQAD.png 0693W00000AM1nmQAD.png
Nchun.1 by Senior
  • 461 Views
  • 5 replies
  • 0 kudos

STM32H745 CPU core reset

Hello,I am working with the STM32H745BI controller and would like to ask if there is a way to reset one CPU by the other CPU?So in my special case, I would like to have the M7 start up and check if the M4 FIrmware is correct. I would like to STOP & R...

FLamb by Associate
  • 411 Views
  • 1 replies
  • 0 kudos

Wifi connectivity with STM32 L5 series?

Hello, I am looking to evaluate Cortex-M33 based controller for wifi connectivity use case. I found NUCLEO-L552ZE board. Does it support Wifi with any add-shield? or Do you suggest any other evaluation board with Arm security extension which would be...

MPate.8 by Associate
  • 262 Views
  • 0 replies
  • 0 kudos