Compare commits
5 Commits
b7a476ddef
...
c34d86e8ae
Author | SHA1 | Date | |
---|---|---|---|
|
c34d86e8ae | ||
|
45e578e444 | ||
|
4919b17c3c | ||
|
b4c8c8c05a | ||
|
e5a35b01ed |
@ -25,7 +25,7 @@
|
|||||||
* Linker script addresses modified, now the memory map is the following :
|
* Linker script addresses modified, now the memory map is the following :
|
||||||
* Run Image Header (1KB) starts at 0x0801 0000
|
* Run Image Header (1KB) starts at 0x0801 0000
|
||||||
* Application Run Image starts at 0x0801 0400 and is 1,952 MB,
|
* Application Run Image starts at 0x0801 0400 and is 1,952 MB,
|
||||||
ends at 0x081F 83FF
|
* ends at 0x081F 83FF
|
||||||
* User Area is 15KB, starts at 0x081F 8400 and ends at 0x081F C000
|
* User Area is 15KB, starts at 0x081F 8400 and ends at 0x081F C000
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
MEMORY
|
MEMORY
|
||||||
|
@ -191,7 +191,7 @@ void tls_pmu_clk_select(u8 bypass)
|
|||||||
/** NOT PART OF THE OFFICIAL SDK **/
|
/** NOT PART OF THE OFFICIAL SDK **/
|
||||||
bool tls_pmu_32k_calibrate(void)
|
bool tls_pmu_32k_calibrate(void)
|
||||||
{
|
{
|
||||||
/* To start the calibration procedure, the bit 3 needs to be set to 0 and then 1 */
|
/* To start the calibration procedure, the bit 3 needs to be set to 0 and then to 1 */
|
||||||
unsigned int pmu_ps_cr = tls_reg_read32(HR_PMU_PS_CR);
|
unsigned int pmu_ps_cr = tls_reg_read32(HR_PMU_PS_CR);
|
||||||
|
|
||||||
/* First make sure the bit 3 is 0 */
|
/* First make sure the bit 3 is 0 */
|
||||||
|
Loading…
Reference in New Issue
Block a user