Motorola DSP Developer's Kit    

Exporting Data to MATLAB

Reading from DSP Registers

Available macro:


Alternative C++ call:

The valid data types M_INTTYPE and M_FRACTYPE, which are defined in motdsp_api.h, are specified so that the value returned from the register is interpreted correctly.

Reading from DSP Memory

Available macros:

Alternative C++ calls:

These methods read a contiguous block of memory from the DSP. The start location is specified using a symbolic label from the associated assembly or C-code or by specifying the memory map and address offset. The correct data type is also indicated so that the values can be interpreted correctly, either by calling the correct macro (READ_MEM_MAP_INT or READ_MEM_MAP_FRAC) or by specifying the correct enumerated datatype (M_INTTYPE or M_FRACTYPE).


 Importing Data to DSP Simulator Terminating and Allocated Memory Cleanup