|
Example: McBSP |
Top Previous Next |
|
This example shows how to use the McBSP links of the TI C64 DSP.
The example uses two tasks: master and slave connected by two channels going in opposite directions. A wire of type McBSP is declared between the two DSPs. The channel connections are configured to be physical to maximize performance by preventing Diamond from using virtual channels on the link. The two channels are placed on the wire to ensure that Diamond use the McBSP link to transfer the data; without this, Diamond attempt to select a much faster link implemented in the FPGA.
The example runs three tests with varying buffer sizes.
Running the Example You can build the application by typing Ctrl+B and then execute it by clicking run.
Prerequisites You need the following components to be able to run this example:
|