Hi,
I switch from HCs12 to Kinectic K60n512. I have basic problem Turn on / off led diode.
In code i have
GPIOA_PDDR = 0x10000fff; //Port Data Direction RegisterPort Data Direction Register
GPIOA_PCOR = 0x00000fff; //Port Clear Output Register
But nothing change. Where is my mistake? Is some useful train material?
Thank you very much.
And sorry for this basic problem.