You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SAM sercom peripheral has 4 peripheral signals PAD[0] to PAD[3] whose functions can be assigned in the driver. For example the D21 sercom UART allows to assign either PAD[0] or PAD[2] as UART TX pin:
Currently the configuration is hard-coded in the driver to one specific case:
The SAM sercom peripheral has 4 peripheral signals
PAD[0]
toPAD[3]
whose functions can be assigned in the driver. For example the D21 sercom UART allows to assign eitherPAD[0]
orPAD[2]
as UART TX pin:Currently the configuration is hard-coded in the driver to one specific case:
These registers have to be set according to the provided pins in the UART
connect()
method.The text was updated successfully, but these errors were encountered: