Tool/software: TI-RTOS
HI:
Software version: TI_RTOS 4.3, hardware version: AM5728-ES2.0, custom board
Apply a 640-byte memory on the linux side via the CMEM_alloc2 function and use CMEM_getPhys to return the physical address. Then use MessageQ to send the virtual address and physical address to the DSP. What should I do to operate the CMEM memory on the DSP side?
Reference Code:
processor_sdk_rtos_am57xx-evm_4.3/ipc_3_47_01_00/linux/src/tests/


