Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560


Discussion Groups

Discussion Groups | TMS320C6x | C6713 Memory Map Error

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

C6713 Memory Map Error - Daniel - Sep 5 15:47:51 2008



Hi!

I have a problem with the Code Composer Studio (version 3.3.38.2).
When I try to run the init6713sim.gel there is an error:
Error:   Memory Map Error: READ access by CPU to address 0x40000,
which is RESERVED in Hardware.
When I try the DSK6713.gel from the directory C:\CCStudio_v3.3\cc\gel
there is the same error...

Does anyone know what is the problem?
Best regards,

Daniel Dias
Lisbon, Portugal
------------------------------------

OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x



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

Re: C6713 Memory Map Error - Michael Dunn - Sep 5 17:06:51 2008

Daniel,

On Fri, Sep 5, 2008 at 12:46 PM, Daniel <d...@gmail.com> wrote:
> Hi!
>
> I have a problem with the Code Composer Studio (version 3.3.38.2).
> When I try to run the init6713sim.gel there is an error:
>
> Error: Memory Map Error: READ access by CPU to address 0x40000,
> which is RESERVED in Hardware.
>
> When I try the DSK6713.gel from the directory C:\CCStudio_v3.3\cc\gel
> there is the same error...
>
> Does anyone know what is the problem?

<mld>
The 6713 has 256K of memory.
0x40000 = 256K
valid addresses are 0 - 0x3FFFF

external memory begins at 0x80000000. You might try putting some or
all of your program there.

mikedunn
>
> Best regards,
>
> Daniel Dias
> Lisbon, Portugal

-- 
www.dsprelated.com/blogs-1/nf/Mike_Dunn.php

------------------------------------

OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x



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