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
With the default settings, we compile the system_ch32v....c file of the NoneOS SDK, which is default-configured for the development boards, requiring a HSE (external crystal oscillator of e.g. 8MHz) to work correctly.
We need to adapt the .c file so that the user has the chance to select the appropriate clock for their board nicely and document it.
The text was updated successfully, but these errors were encountered:
To get to this file in VsCode, right click on the function SystemCoreClockUpdate() in your main.c. Then choose "go to definition". This will take you to the right file.
With the default settings, we compile the
system_ch32v....c
file of the NoneOS SDK, which is default-configured for the development boards, requiring a HSE (external crystal oscillator of e.g. 8MHz) to work correctly.We need to adapt the .c file so that the user has the chance to select the appropriate clock for their board nicely and document it.
The text was updated successfully, but these errors were encountered: