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
In CH32V003, PD1 and SWIO are assigned to the same pin, and whether it behaves as GPIO or SWIO is determined by the setting of the built-in register of muc.
In $/system/CH32V00x/USER/system_ch32v00x.c, PD1 is configured to act as gpio as shown below.