Hi Mark,
Sorry for the delay.
I've lost some time to find the right contact.
This tool is old released in 2002.
My 1st understanding:
++++++++++++++
The M68K V3.2 is supporting M68K and Coldfire devices.
If you create a project for Coldfire, the vector.s file is included in the application.
In this case the vector table is handled very similar to the new tools.
For M68K it's another story.
The example doesn't include any file containing the vector table.
It seems for M68K, the vector table as the Startup function is included in the runtime library.
+++++++++++++
Based on Development recommendation I've tried to include the vector table used in Coldfire project.
At the end I was able to include the vector table to the project.
I don't have any 68xxx board so I can not test it.
The memory must be checked.
How I've included the vector:
-> add vector.s,
-> create a ISR_Functions.c file including ISR functions,
-> edit the Linker + Embedded 68K Linker Entry Point: start,
-> edit vector.s file and change the _asm_startmeup to __start lines 15 & 286.
According to the map file the vector.s file and ISR functions are linked to the project.
Attached you will find the example.
Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------