Other Parts Discussed in Thread: CONTROLSUITE
Hello,
I configure, in CPU1, GPIO70 to work as SCIBTx in order to implement a little example which periodically sends some text through it. And it works fine.
Then I want to do exactly the same but in CPU2 but I am not able. I know I must configure GPIO in CPU1 and I do it. The difference is that when I call routine "GPIO_SetupPinMux()" I pass, as second parameter, "GPIO_MUX_CPU2" instead of "GPIO_MUX_CPU1" (which is what I do in the CPU1 example). And I still can't send anything through GPIO70 from CPU2.
Can anyone tell me if I am missing anything?
One more thing, if in the CPU1 project I pass "GPIO_MUX_CPU2" as second parameter to "GPIO_SetupPinMux()", I still can send text through GPIO70, this is confusing me. Please can anyone help?
Thanks in advance!
Best regards,
Adria