Skip to main content
RMane.1
Associate
July 29, 2020
Solved

How to configure and program MPU (memory protection unit ) of STM32L4A6ZGT6U ? OR any example code of MPU for STM32L4A6ZGT6U

  • July 29, 2020
  • 2 replies
  • 1002 views

HI All,

I am currently using STM32 nucleo-L4A6ZG development board.

I want use MPU of STM32L4A6ZGT6U.

But i am very new with STM32 nucleo-L4A6ZG development board.

So is there any example code of MPU with STM32L4A6ZGT6U ?So i can start with that .

Thanks

Rahul

This topic has been closed for replies.
Best answer by Tesla DeLorean

A, same as 9 with CRYP+HASH

STM32Cube_FW_L4_V1.15.1\Projects\NUCLEO-L496ZG\Examples\Cortex\CORTEXM_MPU\Src\stm32_mpu.c

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
July 29, 2020

A, same as 9 with CRYP+HASH

STM32Cube_FW_L4_V1.15.1\Projects\NUCLEO-L496ZG\Examples\Cortex\CORTEXM_MPU\Src\stm32_mpu.c

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
RMane.1
RMane.1Author
Associate
August 5, 2020

Thank you clive1 !!! for above information . It is very useful.