MCF5234 Problem, booting from Flash

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCF5234 Problem, booting from Flash

1,349件の閲覧回数
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 

ラベル(1)
0 件の賞賛
返信
1 返信

633件の閲覧回数
sirlenzelot
Contributor II
Additional Information:
Our target board is well initialized. There is no problem.
In debug mode everything works fine.
0 件の賞賛
返信