MMDSP Debugger 6
©1989-2019 Lauterbach GmbH
7. Audio DSP only: Set the base and top address of program and data memory using the CacheCtrl
registers. Default values can be seen in the example below for COB-10 and MEK Evaluation
Boards. Alternatively the values can be set via a script for the ARM core at system power-up.
Refer also to the PER command.
COB-10 Evaluation Board:
MEK FPGA Evaluation Board:
8. Load your application.
The load command depends on the file format generated by your compiler. Be sure to load a file
compiled for the correct core. A full description of the Data.Load command is given in the “General
Commands Reference”.
Data.Set DBG:0x1038 %quad 0x0000000000200000
Data.Set DBG:0x1050 %quad 0x0080000000400000
Data.Set DBG:0x1058 %quad 0x0000000000C00000
; PROG_BASE_ADR
; DATA_AHB_BASE
; DATA_AHB_TOP
Data.Set DBG:0x1038 %QUAD 0x00000000800a0000
Data.Set DBG:0x1050 %QUAD 0x802A0000801A0000
Data.Set DBG:0x1058 %QUAD 0x80320000803A0000
; PROG_BASE_ADR
; DATA_AHB_BASE
; DATA_AHB_TOP
Data.LOAD.Elf cppdemo.elf