Datasheet on page 103, Table 114 shows GPxDAT MMR Bit Designations. What is the meaning of Bit 31:24? 23:16? etc..
How the following line is enabling timer 1 IRQ? IRQEN = BIT4 + BIT13; // Enable Timer 1 IRQ. What is BIT 4 + BIT13? Is it 0x2010? I cannot follow what is happening here...
How this next line configures P1.6 as an output? GP1DAT = BIT30; // Configure P1.6 as an output
Has anyone who has the Eval board aduc7060qspz used the RS232 cable with an USB adapter? And used some kind of hyperlink terminal with it?