STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

H7 migration, send SPI without using HAL

Hello dear community!I've migrated from F7 to H7, everything fine so far.To save CPU time I don't want to use HAL for sending two SPI bytes.My F7 transmit SPI code was very simple and perfectly working :SPI6->DR = byte_0; SPI6->DR = byte_1;But on the...

jean by Senior
  • 1159 Views
  • 10 replies
  • 3 kudos

Resolved! Startup sequence for STM32H7 (dual core)

Hello, is there any documentation regarding the startup on both cores as I see there are several possibilitiess to gate the other core or to let them run directly in parallel. Nevertheless, CubeMx generates a common startup file which is shared I ass...

PButc.1 by Associate II
  • 2413 Views
  • 3 replies
  • 0 kudos

Resolved! Wrong reference temperature given in ds H747

Hi,in ds for STM32H747xI/G  , DS12930 Rev 2 , for Temp.sensor CAL2 : 130° (Parameter) is written here: BUT  max. temp for chip is 125° :So i assume, this is misspelled  , because in all other : (H743, H750, H7A3 ..) 110° + 30° are given.NOT 130° .   

AScha3_0-1721813254582.png AScha3_1-1721813336011.png
AScha.3 by Chief II
  • 96 Views
  • 1 replies
  • 0 kudos

Resolved! Switching from FDCAN mode to UART mode

Hi,  i am using STM32H753z  i try to switching FDCAN GPIO is PD0, PD1  to UART tx and rx (same pins)now i changed FDCAN to UART tx side  is fine but in Rx side  i face issue ( no data is receiving to receive buffer).     #define CAN_AFR 0x99 #define ...

Naresh_ by Associate III
  • 224 Views
  • 9 replies
  • 0 kudos
Labels