Hi,
I trying to create my own MAD image for image_processing Demo, since the image provide with MCSDK doesn't work for me.
No error during the creating with MAD tool (build_mad_image.bat script). But when I try to run my MAD image with JTAG under CCS, nothing happen.
I follow thoses instructions :
Loading and running MAD linked image using CCS:
Sometime, it is useful to load and run the output image using CCS for initial testing.
Please follow the steps below to load and run the image using CCS
- Launch CCS and load your configuration file for the EVM
- Connect to core 0
- Open memory browser (View --> Memory) and navigate to 0x9E000000
- Right click on the memory browser and select Load Memory; Browse and select the image (*.bin) generated from the previous step (you may have to change the file-type option to see .bin files); Press Next
- For start address, enter 0x9E000000. Click finish
- To run the program, open the register browser (View --> Registers) for core 0
- Change the PC (Program Counter) to 0x9E001040
- Run core 0
The Demo work well (CCS and UART output) when I load slave and master image directly with JTAG link.
Thanking you in advance.
EDIT : I have find my mistake : Type-size=8bits instead of Type-size=32bits on memory loading. With this right value it's work.