2022-11-17 05:04 AM
hello everyone. I have a question. I am using APS6408L-3OBM-BA as external RAM in a project. First, I used the APS6408L-3OBM-BA RAM on the STM32L4P5G-DK board as memory mapped, but when I use the STM32H723VET6 processor, I cannot run the RAM. HAL_RCCEx_OCTOSPIDelayConfig(delay, 0); The function is not available for the STM32H723 processor library. How can I do the calibration or run it without calibration? Is there a software for APS6408L-3OBM-BA RAM for STM32H723?
2022-11-17 05:17 AM
@Alex - APMemory
2022-11-21 10:56 PM
Hi,
You can try to modify the register of the delay block to achieve the calibration function.
Alex