Option to skip clock init #3

Closed
opened 2023-01-11 19:12:29 +00:00 by alexisvl · 0 comments

At startup, the chip is on HSI with no PLL. It may be desirable to start in this mode by default, and only spin up the PLL later if needed. SetSysClock should be extracted to a global function, and then an option to skip calling it from SystemInit can make this setup manual.

(This needs to go in both CH32 libraries as well)

At startup, the chip is on HSI with no PLL. It may be desirable to start in this mode by default, and only spin up the PLL later if needed. `SetSysClock` should be extracted to a global function, and then an option to skip calling it from `SystemInit` can make this setup manual. (This needs to go in both CH32 libraries as well)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alexisvl/ch32v-template#3
There is no content yet.