This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Memory errors with AM1808 in SYS/BIOS 6

Other Parts Discussed in Thread: AM1808

Hi all.

I have the following trouble building my SYS/BIOS 6.32 helloworld example for my AM1808 eXperimenter kit: 

1) I'm creating the sample SYS/BIOS project with the CCS 5.1 wizard with arm9 generic platform.

2) I create a platform for my processor: i'm importing the OMAP L138 EXP platform and deleting the DDR part. Also i set all the memory reginos to IRAM.

Then i set it as my run platform.

3) In the target configuration i use the XDS100v2 JTAG emulator, AM1808 target device and AM1808.gel init script, provided with my kit.

The build is successful, but when i run the application, it crashes:

ARM9_0: Output:     Memory Map Cleared.
ARM9_0: Output:     ---------------------------------------------
ARM9_0: Output:     Memory Map Setup Complete.
ARM9_0: Output:     ---------------------------------------------
ARM9_0: Trouble Writing Memory Block at 0xc3000000 on Page 0 of Length 0x7ff0
ARM9_0: GEL: File: /root/felix/workspace_v5_1/TestBios/Debug/TestBios.out: Load failed.
ARM9_0: Unable to terminate memory download: NULL buffer pointer at 0x320

What should i do to fix the problems? Maybe you can give me a minimalistic project and platform config to start with?

Also here are the project and platform i used:

7536.AM1808_DA850based.zip

1134.TestBios_L138basedPlatform.zip