How to configure and program MPU (memory protection unit ) of STM32L4A6ZGT6U ? OR any example code of MPU for STM32L4A6ZGT6U
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-29 12:27 PM
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
Solved! Go to Solution.
- Labels:
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-29 2:09 PM
A, same as 9 with CRYP+HASH
STM32Cube_FW_L4_V1.15.1\Projects\NUCLEO-L496ZG\Examples\Cortex\CORTEXM_MPU\Src\stm32_mpu.c
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-29 2:09 PM
A, same as 9 with CRYP+HASH
STM32Cube_FW_L4_V1.15.1\Projects\NUCLEO-L496ZG\Examples\Cortex\CORTEXM_MPU\Src\stm32_mpu.c
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-05 12:32 PM
Thank you clive1 !!! for above information . It is very useful.
