STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7B0 OCTA SPI not working for APS6404 QSPI RAM

Hi,We try to send an receive data to the external APS6404 RAM.Therefore we read the application note AN5050 and copy the function from page 55 (7.2.5).At first the function HAL_RCCEx_OCTOSPIDelayConfig() we cannot find in the library.What is correct ...

OGhis by Senior
  • 1868 Views
  • 17 replies
  • 1 kudos

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
  • 1026 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
  • 370 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
  • 1901 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 ...