Bug 407679

Summary: memory is setup incorrectly in TMS320F28332.cmd file
Product: [Technology] RTSC (ARCHIVED) Reporter: Jon Blake <jblake>
Component: PlatformsAssignee: Karl Wechsler <karl>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: sascha
Version: unspecifiedKeywords: readme
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: target:3.25.01

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.