MCF5234 Problem, booting from Flash

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCF5234 Problem, booting from Flash

937 Views
sirlenzelot
Contributor II
Hello Guys and Girls,
we have some problems, booting from Flash. Maybe someone can give me a hint.
We are using the EDGE Software by Mentor for developing and Nucleus as OS for our Software.
In order to get things work, I need to use rtti and exception handling.
I know that I must initialize certain sections in the linker-file, but honestly I don't know exactly which.
Below you can see my linker-file.
 
Code:
START _INT_InitializeINITDATA varsINITDATA cxx_rttiINITDATA cxx_edt
SECT vars = $00300000ORDER vars, zerovars, ioports, stack, heap, system_stack, hisr_stack, avail_memorySECT vectors = $FFE00000ORDER vectors, version, code, strings, const, literals, initfini, ??INITDATA, endofrom; Include libraries hereLOAD \mgc\embedded\tools\microtec\coldfire\5.5\lib\ze\ccccfab52.libLOAD \mgc\embedded\tools\microtec\coldfire\5.5\lib\mcccfab52.libLOAD \mgc\embedded\tools\microtec\coldfire\5.5\lib\ze\stlcfab52.lib


Thanks a lot

Dirk 

Labels (1)
0 Kudos
1 Reply

221 Views
sirlenzelot
Contributor II
Additional Information:
Our target board is well initialized. There is no problem.
In debug mode everything works fine.
0 Kudos