Hi,
I compiled a simple hello world code using DS-5 for Cortex-A15 in TCI6638. The scatter file I used is as shown below:
;**************************************************
; Copyright (c) 2011 ARM Ltd. All rights reserved.
;**************************************************
; Scatter-file for RAM based example on OMAP4430
; This scatter-file places application code, data, stack and heap at suitable addresses in the memory map.
; OMAP4430 has 56kB of internal RAM, which this scatter-file uses.
SDRAM 0x0C000000 0xE000 ;Placing code and data in MSMC RAM
{
APP_CODE +0
{
* (+RO, +RW, +ZI)
}
ARM_LIB_STACKHEAP 0x0C001000 EMPTY 0x00001000 ; Application heap and stack
{ }
}
When I dump the AXF using CCS the processor does not come out of running state for me to execute the code (the play button is disabled and the processor status is running). Am I doing something wrong?
Thank you in advance.
regards,
Barath Ramesh