Hello everyone,
I want to run mQX-Lite on KL15Z64.through documents,if you want to define a interrupt,_int_install_isr need be called.
But I don't use the function and define a interrupt like the way without OS.As a result,program works well.
so, I have several questions as follow.
1,must the function "_int_install_isr" be called in MQX-Lite or MQX,if I need define a interrupt?
2,why my program can work well and I don't use _int_install_isr to define a interrupt?
3,Is there any bug through my way like the way without OS?