Skip to content

Commit 9fe35e8

Browse files
committed
Fix spell-check error
1 parent e8da938 commit 9fe35e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/.cSpellWords.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ CHSR
8787
CICR
8888
CISR
8989
CKDIV
90+
CKDIVMD
9091
CKEY
9192
CKGR
9293
CKLO
@@ -151,6 +152,7 @@ CPRE
151152
cpsid
152153
cpsie
153154
CPSR
155+
CPUCLK
154156
CPUID
155157
CRCB
156158
crflash

portable/CCRH/F1Kx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The test project can be found [here](https://github.com/FreeRTOS/FreeRTOS-Commun
2525
2. `Channel 0` and address `0xFFFEEC00` are used as default configuration for configIPIR_CHANNEL and configEXCLUSIVE_ADDRESS, in case of resource confliction other channel/address can be used. (2)
2626
3. The minimal stack size (configMINIMAL_STACK_SIZE) must be included the reserved memory for nested interrupt. This formula can be referred: `(task_context_size) * (1 + configMAX_INT_NESTING) + Stack_depth_of_taskcode`
2727
In which, `task_context_size` is calculated as `36*4bytes = 144bytes` (when FPU enabled) or `34*4bytes = 136` (when FPU disabled), configMAX_INT_NESTING is 02 as default.
28-
4. `configTIMER_PRESCALE`: This value is required in order to correctly configure clock for `CPUCLK_L`. Refer to HWUM at `Table 44.22` for `option byte`: If the user sets the option byte `CKDIVMD to 1`, then `configTIMER_PRESCALE = 4`. Otherwise, if `CKDIVMD is set to 0`, then `configTIMER_PRESCALE = 2`.
28+
4. `configTIMER_PRESCALE`: This value is required in order to correctly configure clock for `CPUCLK_L`. Refer to Hardware Manual at `Table 44.22` for `option byte`: If the user sets the option byte `CKDIVMD to 1`, then `configTIMER_PRESCALE = 4`. Otherwise, if `CKDIVMD is set to 0`, then `configTIMER_PRESCALE = 2`.
2929

3030
(1) This is applicable for F1KH-D8 with SMP only.
3131

0 commit comments

Comments
 (0)