Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Code-Composer | Problem with codecomposer C6x

Technical discussions about Code Composer Studio.

  

Post a new Thread

Problem with codecomposer C6x - Author Unknown - May 28 6:28:00 1999


When i am using code composer simulator and try to write to a
specific address i get an error messages. Can anyone tell me what i am doing
wrong. I've already contacted TI and Go-DSP but I'm still waiting for an answer.

I think it is in some of the settings, I am new to the TI tooling.
The messagse are:

Can't single step target program
Trouble running target DSP
can't run target DSP

Follewd by the error number -1
and address 0
Reserved memory access The test programm i tried to do this whith looks like this:

void main ( void )
{
unsigned int *ip;

ip = (unsigned int *)0x01780000;
*ip = *ip+0xA;
}






(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )