Compare commits

..

5 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
* Linker script addresses modified, now the memory map is the following :
* Run Image Header (1KB) starts at 0x0801 0000
* 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
******************************************************************************/
MEMORY

View File

@ -191,7 +191,7 @@ void tls_pmu_clk_select(u8 bypass)
/** NOT PART OF THE OFFICIAL SDK **/
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);
/* First make sure the bit 3 is 0 */