Hi,
I use KDS 3.2.0 and FRDM-K22F. I create a new project and choose board
FRDM-K22F. Now I add to the project 3 BitIO components, set them as outputs
with initial value '1' and select required pins to control RGB LEDs.
Then, I generate Processor Expert code, compile it and flash the device.
Everything is OK, when I press the reset button, LEDs are ON and when I release
it LEDs go OFF. Everything as expected.
Now, I create a new project and choose processor instead of board (MK22FN512VLH12)
and I treate the board as my own custom project. I select maximal clock frequencys
(core 120MHz) and all the rest I do exactly as above. Unfortunately LEDs are always ON.
What am I missing?