This is the documentation for the latest (main) development branch of mcuxpresso sdk. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

ce_fft_test

Overview

This application is a test vehicle for interfacing CM33 with ZV2117. This implements:

  1. 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”

  2. 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)

Supported Boards