This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM48 startup problem

Other Parts Discussed in Thread: HALCOGEN

I am using RM48 HDK with L950. I have several issues firstly with CCSv4 and Halcogen. Initially when i generate any project from HALcogen it compiles and link fine in CCS. But if i make any changes to the HALcogen project and try to recompile in CCS it starts to give errors such as unreferenced symbol. I have seen several posts and the wiki link to solve this issue doesn't work as all the GUI options mentioned doesn't exist in this version of CCS 4.2.5.If i delete all the folders in the CCS i.e. Debug source and include and then generate the code it works fine again. This is non-sense

Secondly if i somehow build the project and download to the HDK its not executing i have tried doing nowFlash and also the CCS debugger. it either halts in the VIM parity check function

if (!(esmREG->ESTATUS1[0] & 0x8000))    
    {
        /* VIM RAM parity error was not flagged to ESM. */
        /* Need custom routine to handle this failure instead of the infinite loop. */
     /*stuck here*/   while(1);
    }

if i redirect it the main function it again shows main thread suspended

it then redirects itself to sys_intvecs.asm and get stuck in this endless loop

dataEntry
        b   dataEntry

How can these issues be resolved, i am really getting frustrated with this kit.