Home
last modified time | relevance | path

Searched refs:flexspi (Results 1 – 2 of 2) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_flexspi.c118 …volatile rt_uint32_t *flexspi = (rt_uint32_t *)FLEXSPI1_AHB_DATA_ADDRESS; /* FLEXSPI1 start addres… in flexspi_test() local
121 *(flexspi + 15) = send_buf[3]; in flexspi_test()
122 *(flexspi + 8) = send_buf[1]; in flexspi_test()
123 *(flexspi + 11) = send_buf[2]; in flexspi_test()
124 *(flexspi + 3) = send_buf[0]; in flexspi_test()
130 recv_buf[2] = *(flexspi + 11); in flexspi_test()
131 recv_buf[3] = *(flexspi + 15); in flexspi_test()
132 recv_buf[1] = *(flexspi + 8); in flexspi_test()
133 recv_buf[0] = *(flexspi + 3); in flexspi_test()
141 MSH_CMD_EXPORT(flexspi_test, flexspi test)
/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/linker_scripts/
A DMCXN947_cm33_core0_flash.ld35 TEXT_START = DEFINED(__qspi_xip__) ? 0x80001000 : 0x00000000; /* flexspi boot image start with 0x8…
36 TEXT_SIZE = DEFINED(__qspi_xip__) ? 0x0FFFF000 : 0x000C0000; /* flexspi boot image offset at 0x800…

Completed in 8 milliseconds