stm32h735 HyperRAM extern memory
Hello friends at ST,
I'm trying to configure the external memory on an STM32H375 board using CubeIDE, but I'm not achieving success.
Let me explain how I'm doing it: I enable OCTOSPI2, set it to HyperBus mode, choose port 2, and configure the corresponding pins.

Regarding these options, I'm not quite sure which ones to choose:

This is my linker file:

If I put ">RAM_D1 AT> RAM_D4," the data is not assigned. If I put "RAM_D4," the data is assigned, but when I load it onto the board, it doesn't work.
new some help
thank U