-
Notifications
You must be signed in to change notification settings - Fork 977
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
lpc4322_hic: clock enhancements #925
base: develop
Are you sure you want to change the base?
Conversation
groleo
commented
Jan 7, 2022
•
edited by mathias-arm
Loading
edited by mathias-arm
- Remove lpc43xx_cgu
Can you fold #924 in this PR? |
done. |
i'll upload a new version. the new code from board should sit in system (already defines the xtal freq and has a waitUS function too) |
it looks to me that system_LPC43xx.c::SetClock() does the same thing as board_LPC43xx.c::sdk_init(). |
I have always felt I have tested this branch with |
From what I see, PLL1 MSEL (multiplier) is different between I'll modify the |
The comments in Hopefully soon, I would like move from the current |
Another difference I've noticed is that the previous defines in
There is something fishy with the |
Ok this is strange, this issue in GitHub shows 2 commits (3bad93a and 76f20ba), but if I go to the branch it shows one commit (b8ec269). The latter has changes to I used your commit 3bad93a, in the mbrossard/feature/lpc4322-cmsis-uart branch. Using the standard 180 MHz version of
If we want to increase to 180 Mhz, I would rather we use |
|
f8c1edf
to
c8f3e9e
Compare
this part is taken from board_LPC43xx.c
The code is adapted from lpc55xx/uart.c.
I've dropped the commit in which PLL1 was put into direct mode and the CPUFREQ was set to 180 MHz, so Added new change to reuse lpc55xx/uart.c; so far it's the same file but can be shared |