
Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
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
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