ce_basic_test
Overview
This application is a test vehicle for interfacing CM33 with ZV2117. This implements:
Basic loopback test Send a “NULL” command from CM33 to ZV. ZV simply reads the command and returns. Status[0] echoes the command, Status[1] writes “0x5CCE55” to indicate “success”
Data loopback test Send a “COPY” command from CM33 to ZV. ZV copies source buffer to destination buffer based on arguments send from CM33. Status[0] echoes the command, Status[1] writes “0x5CCE55” to indicate “success”.
cmd buffer is placed at MEM address: 0x20028000 status buffer is placed at MEM address: 0x20028400
This test is based on memory polling from both sides (CM33 and ZV)