Hello
I want to use L137 in my audio products, I need to use McASP0 and EMAC simultaneously , but I find AHCLKR0 and AXR0[0-8] are conflicted. I want to know if I can use the rest pins of McASP0 such as AXR0[9-15]?
thanks
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.
Hello
I want to use L137 in my audio products, I need to use McASP0 and EMAC simultaneously , but I find AHCLKR0 and AXR0[0-8] are conflicted. I want to know if I can use the rest pins of McASP0 such as AXR0[9-15]?
thanks
Hello,
Yes, it means that each pin has its own function, independantly of subsystem usage (MCASP, EMAC, GPIO,...). Pin multiplexing is only an output selection; subsystem activation is done elsewhere. GPIO has no precedence over the other subsystems.
For example:
You may link the pin C6 (UART1_RXD/AXR0[9]/GP3[9]) to the MCASP0 AXR0(9) and the pin D6 (UART1_TXD/AXR0[10]/GP3[10]) to UART1_TXD.
You can then output MCASP0 AXR0(9) data and UART1_TXD data, but UART1_RXD can't be used as input.
You can still use GPIO to read both pins (if it makes any sense).
Jakez