STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to activate Compensation Cell on STM32F217?

Hi all,we are encountering difficulties in activating the compensation cell option. Even if the SYSCFG_CMPCR bit 0 has been configured as 1 we never get the READY in bit 8 (always 0).Various tests have been carried out, but to no avail, so let's star...

StefanoRossi_0-1725435430350.png

what does TZEN really do ?

 I know TZEN is used to enable TrustZone. At first, this made sense, but now I think about the MCU implementing the Security/TrustZone, and it sounds strange that TrustZone can be disabled. So my question is, what does it really do ? Does it really s...

mete by Senior II
  • 1352 Views
  • 8 replies
  • 0 kudos

STM32L0 LOW POWER MODE

Hi Everyone,I use STM32L083 MCU. My code has two sections which are bootloader code and main code. Bootloader Code Start Address : 0x0800000Main Code Start Address           : 0x08006400I implemented low power mode in my main code and used  "HAL_PWR_...

Nbaşa.1 by Associate II
  • 447 Views
  • 1 replies
  • 0 kudos

External flash Loader STM32H745 + MT25QL512A

Hello,Am using STM32H745XI device same as the disco board and external flash on QSPI (MT25QL512A) single chip flash. IAR IDE is used for development. Though there are reference driver codes available for MT25QL512A but different controller is used. I...

ATank.1 by Associate III
  • 2299 Views
  • 15 replies
  • 1 kudos

Is there any difference between SPI1 and SPI4?

Hi, I am using a stm32h743zi to stablish a connection with a ESP32 via SPI. I was using SPI4 at the beginning with one board that i made using these pins:66 PE13MISO67 PE14MOSI65 PE12SCK68 PE15INT64 PE11boot cs NSSUsing the pins above my program was ...

The puzzled about SWPMI of STM32H7

Hi Sir ,    I need your help with some questions about SPWMI:1. STM32Cube_FW_H7_V1.7.0 without Demo project, Could you provide a Demo project of SWPMI STM32H7?2. As RM said,SWPMI can serve only as Master interface, Whether SWPMI can communicate with ...