2021-05-28 09:54 PM
Regarding the title, please show me the initialization code. I have a NUCLEO-H723 and a Discovery H735G-DK. Thank you.
2021-05-29 01:05 AM
STM32 is an MCU, not MPU.
L1 cache is internal to CPU core and is not accessible by DMA or any other peripheral. Also it cannot be operated directly by addresses even by user code. Read the AN4839 and AN4891.
2021-05-29 02:28 AM
Thank you. Is there an indirect method?