We try to use PTA0,PTA1(FLEXIO) and PTE4, PTE5(FLEXIO) at the same time to get two IIC channels, but it goto assert as follow:
please help us to verify that, can we use two iic channels in flexio module?
the attachment is the source code.
thanks!
Hi @lingyunzhi,
There is only one instance of FlexIO on the MCU.
You should be able to use one FlexIO driver and generate two configurations in it.
Regards,
Daniel
Hi danielmartynek,
Yes, one FlexIO driver and generate two configurations, the problem has already been solved.
Thank you for reply.