Hi,
While developing firmware, we generally use Eclipse to write and test the C codes in simulation environment. By simulation environment, I mean to say that the C functions which are going to be tested, are tested from the test cases to validate the desired output of the function. This way we can test the entire firmware as a whole. Usually test results will be displayed in the C code execution console window. Sometimes, the test results we output in a file in the PC's file system as well. During actual testing in hardware, we will link all functions to the HAL layer of the specific microcontroller and have a full system test done.
But, I do not understand how can I test C codes specifically written to run on TI-RTOS environment. Can I port the entire TI-RTOS in eclipse environment & see the test results getting printed in the eclipse console?
-
Regards
Soumyajit