DSPRelated.com
Forums

Re: Digest Number 376

Started by Mladen Ostojic December 28, 2009
Hi,
your linker file (.cmd) is not right. You could not write in memory at 0x3FFC0.
Change that part of code.
--- On Sat, 12/26/09, c... wrote:
From: c...
Subject: [c28x] Digest Number 376
To: c...
Date: Saturday, December 26, 2009, 1:29 PM

TI c28x Discussion Group

Messages In This Digest (1 Message)
1.
Developing a simple program - Code composer studio V3.3 From: kvrao777@yahoo.com
View All Topics | Create New Topic
Message
1.

Developing a simple program - Code composer studio V3.3
Posted by: "k...@yahoo.com" k...@yahoo.com kvrao777
Fri Dec25,2009 8:32pm (PST)
Hi,

I was successful in making F2812 custom board and also could get connected thru the XDS510LC emulator.

As I am new to F2812 I felt prudent to take small steps. In that direction started trying out the Lesson 1 of CCS V3.3 tutorials -Developing a simple program.

I could create the project and add the file : Volume.h, rts2812_ml.lib, load.asm, vectors.asm, volume.c and volume.cmd. I could also rebuilt it and get the .out file.

I could not load the program as I get the following error .

1) Data verification error occured, file load failed.

2) Data verification failed at address 0x3FFC0.

3) Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.

Could I know how to sort this to enable me to complete the exercises.

thx

_____________________________________