Part Number: AM263P4-Q1
Other Parts Discussed in Thread: SYSCONFIG
I have a question regarding the AM263Px MCU+SDK (mcu_plus_sdk_am263px_10_01_00_31).
In our project, OSPI DMA is enabled via SysConfig. However, we would like to disable OSPI DMA when RAT is enabled. Is there a way to enable/disable OSPI DMA at runtime without closing and re-opening the OSPI driver (i.e., without OSPI_close() → OSPI_open())?
As a reference, we are also considering modifying dmaEnable in the OSPI attributes (OSPI_Attrs), but this would require casting away const. Is this supported and/or recommended?
((OSPI_Attrs *)gOspiConfig[CONFIG_OSPI0].attrs)->dmaEnable = FALSE;
Requested response date: June 28, 2026

