Hello all,
When I'm using EB Tresos to config the DIO, there is a description:
Numeric identifier of the DIO port. Symbolic names will be generated for each port pin id for the pins which being used for configuration. NOTE: Use the following values to configure different ports.
But when I am reading the MPC5674F Manual, there is no GPIOA, GPIOB or PortA, PortB.
Case:
I try to use Pin_179 as Digital Out(LED1), which group should I choose?
Solved! Go to Solution.
Hi,
what is possible values for Dio Port Id and Dio Channel Id? if for example 0 to 15 then, I think, use
Dio Port Id = 179 / 16 = 11
Dio Channel Id = 179 % 16 = 3
BR, Petr
Hi,
what is possible values for Dio Port Id and Dio Channel Id? if for example 0 to 15 then, I think, use
Dio Port Id = 179 / 16 = 11
Dio Channel Id = 179 % 16 = 3
BR, Petr
Thank you. The solution can work.