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

MCB2300 FIO0PIN1

Hello,
I'm new to this. I have a MCB2300 and I'm trying to toggle P0.14:15 and monitor on a scope. This should be simple, but it's driving me nuts. Here's the source:
int main (void) {
PINSEL0 = 0x00000000;
PINMODE0 = 0xA0000000;
FIO0DIR = 0x0000C000;

while (1) {
FIO0PIN1 = 0xC0;
FIO0PIN1 = 0x00; }
}

What am I doing wrong?
Richard

Parents Reply Children
No data