Set Up

Describes how to use the template port to start your port.

There is a template DMA Framework consisting of the source file dmapsl.cpp, and the mmp file dma.mmp located in the directory ...\template\dma that can be used as the starting point for your DMA PSL port. You need to:

  • Decide which directory your DMA PSL and associated .mmp file are to be stored in. You would normally choose the variant or the ASSP directory.

  • Copy the template framework into your chosen location. Be aware that the template dma.mmp file contains relative paths that must be updated.

  • Change the variant's bld.inf file to include a reference to your mmp file.

The remainder of this porting guide refers to the implementation of the DMA Framework for the template ASSP, which forms the basis for the template reference board; the source file can be found in ..\template_assp\dmapsl.cpp and the mmp file in ...\template_assp\dma.mmp.