Hi all,
could anyone explain me clearly what is the difference between selecting bare board and mqx under Target OS of EPPC debugger settings.
The project what i have created runs fine if i select either of them ( either bare board or mqx )
( I am using code warrior v9.2 and mqx 3.7 for mpc5125 board ).
Or else is it that, i am not at all using any of the functionalities of the mqx OS ??
Hello
Selecting MQX as target OS enables all kernel aware debugging capabilities in your application.
If you have an MQX based application activating MQX as Target OS should provide you with additional menus allowing you to inspect the OS elements (tasks, heaps, ...) in your application.
Please refer to the MQX documentation for information on which features are available there.
CrasyCat