OSPI_NOR_MemoryMapped_DTR example does not work correctly on STM32H7B3i-DK board
Hi all,I am trying to run the OSPI memory mapped example found here on the STM32H7B3i-DK board but does not work correctly.There seems to be a corruption during the comparison block of the code mem_addr = (__IO uint8_t *)(OCTOSPI1_BASE + address); ...