Hello ,
I have an application which runs on c6748 and using sys/bios.
I would like to compile my code on a regualr windows PC and emulate it.
I would like to do it without using the CCS simulators.
My final goal is to combine my application with an external pc application and thus test/unitest it.
(untill now my application ran with our own scheduler so we had the source code and we could compile it however we would like ... for example called the application from matlab as a mex function. each call to the application "ticked" our scheduler timer).
I saw in Bios_User_Guide.pdf that there is a way to emulate the system in windows.
It is also written in at http://processors.wiki.ti.com/index.php/SYS/BIOS_Getting_Started_Guide
But , I couldnt find an understandable xplanation on how to do it.
Can anyone help?