Hello Community,
I am very interested in running SYS/BIOS on a Windows PC for unit-testing of threaded RTSC modules.
After some struggles, I have been able to build 6.32.05.54 for the microsoft.targets.Win32 target, and I also successfully ran a test using a Timer as well as one Task.
However, when I moved on to using a Semaphore, exactlly as demonstrated in the CCS sample project, I ran into the following exception, which is thrown during the context switch after posting the semaphore:
ti.sysbios.knl.Task: line 340: E_spOutOfBounds: Task 0x40c220 stack error, SP = 0x344b98.
xdc.runtime.Error.raise: terminating execution
This could very well be operator error on my side, but considering the fact that the SYS/BIOS distribution does not include compiled Win32 libraries, and considering how little documentation exists about running SYS/BIOS on a Windows machine, and considering that VC++2010 is not supported, I am wondering if am asking something from SYS/BIOS for which it is no longer fit.
Therefore my question to this forum: Is anybody successfully running SYS/BIOS on Windows? If so, are there any specific gotchas that a user like me needs to be aware of?
Thank you,
Beat