-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SN32F240 system clock and other #58
base: sn32_develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first thoughts
void SystemInit (void) | ||
{ | ||
void SystemInit (void) { | ||
SN_FLASH->LPCTRL = 0x5AFA0000; /* Disable Slow mode power saving. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this happen at SYS_CLOCK_SETUP too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. SONIX don't put them in SYS_CLOCK_SETUP, so probably it doesn't need.
Thanks for reviewing, I've just pushed new commit to resolve changes |
c9728e9
to
cb99b26
Compare
I've removed all new changes related to USB from PR #59, only system clock update now. |
As titles