This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Question concerning to DN112

Other Parts Discussed in Thread: CC2430

Hi, i have a question concering DN112. I wanted to set up the two uarts from the CC2430 with isr. I try the code out of the design note. I mapped the uart 0 on alt1 and the uart 1 on alt2.  I think there is a problem in the mapping function which is provided in the design note.  The output pins from uart 0 will be set back, when i mappeds uart 1. You can see this in figure 3 in the dn112 on page 7. (P0SEL &= ~0x3C; )

Is this a mistake, or is it not allowed to use both uarts?