Hello,
I am new to MPC561 procesor and CodeWarrior IDE. I do want to use one port pin to toggle LED ON/OFF. How should I access port pin. Like other processor I am not able to find out any ".h" file for accessing register corrosponding to pin.
Please provide me any document if available.
Solved! Go to Solution.
There should be a header file that accomplishes that port-to-pin mapping provided with the CodeWarrior tools. Look at some of example code that comes with the CodeWarrior installation and see what header files they use.
---Tom
There should be a header file that accomplishes that port-to-pin mapping provided with the CodeWarrior tools. Look at some of example code that comes with the CodeWarrior installation and see what header files they use.
---Tom
Thanks for reply..
I have got header file from codewarrior web site. I am able to inlude same.