Bug 407679 - memory is setup incorrectly in TMS320F28332.cmd file
Summary: memory is setup incorrectly in TMS320F28332.cmd file
Status: CLOSED FIXED
Alias: None
Product: RTSC (ARCHIVED)
Classification: Technology
Component: Platforms (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Karl Wechsler CLA
QA Contact:
URL:
Whiteboard: target:3.25.01
Keywords: readme
Depends on:
Blocks:
 
Reported: 2013-05-09 14:19 EDT by Jon Blake CLA
Modified: 2013-06-25 15:01 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Blake CLA 2013-05-09 14:19:08 EDT
Currently the CCS TI Resource explorer examples for 28332 fail to build due to the following error. 

TMS320F28332.cmd", line 111: warning #10097: memory range not found: L05SARAM on page 1 

This line in the MEMORY section of the TMS320F28332.cmd file should be changed from 

    L03SARAM    : origin = 0x008000, length = 0x006000    /* on-chip RAM block L0-L5 */ 
to 
    L05SARAM    : origin = 0x008000, length = 0x006000    /* on-chip RAM block L0-L5 */
Comment 1 Karl Wechsler CLA 2013-05-21 16:05:31 EDT
fixed in platform-n46

typo in the .cmd file.
Comment 2 Jon Blake CLA 2013-06-05 14:30:37 EDT
Verified that examples for 28332 using TRex build.