This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MCB2140 board question

Hi

I'm trying to use P1.16 to P1.23 with ULINK conected and am not able to turn leds on/off.

FIO1MASK = 0x00ff0000
FIO1DIR = 0x00ff0000

FIO1CLR = 0x00ff0000 => This should turn leds off
FIO1SET = 0x00ff0000 => This should turn led on

What could be wrong.

0