STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

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
  • 1068 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...

Adistrict by Associate II
  • 1013 Views
  • 4 replies
  • 0 kudos

Resolved! Problem with STM32h755, when expanding the accessed RAM area by Cortex M7 core, the program crashes.....

Hi every body! I chose STM32H755ZI MCU mainly because it has 1MB of RAM. In my project, I need to at least store 180 KB of Data. 45000 of float samples. I use the M7 Core which accesses the AXI RAM the size of which is 512KB; on the other hand, the B...

0693W00000AMPYgQAP.jpg
STork.1 by Associate III
  • 1672 Views
  • 5 replies
  • 0 kudos

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
  • 503 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
  • 788 Views
  • 2 replies
  • 0 kudos

Resolved! SDIO of STM32F411CC support SDXC? (more than 32g)

Hi. i am a newbee here. i want to know STM32F411CC has sdio, does it support SDXC ?i need to use more than 32g sdcards. (example 64, 128, 256, 512g)if STM32F411CC only support SD 2.0 (SDHC max capacity 32g), SPI will support access more than 32g ??...

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
  • 659 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
  • 538 Views
  • 1 replies
  • 0 kudos