I need either two user UART or two user I2C on my MKR project. Then my idea was to use the SERCOM associated to the SPI and change the mode to UART. But I cannot find how to change the mode of a SERCOM in arduino or an example. Could someone help me with this purpose?
what happens when you use the SERCOM dedicated to SPI for UART? is the SPI in the way? it shouldn't if SPI begin was not executed
I want to use this sercom as an additional UART in the MKR Zero. Is it possible to do this without disturbing the operation of the arduino platform (USB communication, etc)?
yes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.