STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Hello everyone, I have to implement SMBus communication with battery. I read X-CUBE-SMBUS Software is only compatible with NUCLEO-G431RB, NUCLEOH743ZI, NUCLEO-L4R5ZI, 32F072BDISCOVERY, 32L0538DISCOVERY, 32L476GDISCOVERY, and STM32F3DISCOVERY boards.

I have an STM32 F401RE (NUCLEO - 64)board. In the document " Description of STM32F4 HAL and low-layer drivers" there are HAL SMBUS Generic drivers. Is it possible to implement SMbus communication using this board or I will have to purchase on of the ...

Shubham1 by Associate
  • 757 Views
  • 3 replies
  • 0 kudos

Program run problem on STM32F103C8

Hi, I'm trying to run blink on stm32f103c8 (GPIOB.1 is the desired pin) but after programming and resetting the MCU, program only runs for few seconds and then program stops and it doesn't run anymore. I feel microcontroller is damaged after this, b...

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
  • 385 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
  • 540 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
  • 391 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
  • 376 Views
  • 1 replies
  • 0 kudos