Skip to content
Snippets Groups Projects
Commit 024746cd authored by Teodor-Alexandru DICU's avatar Teodor-Alexandru DICU
Browse files

Merge branch 'lab3_fix' into 'main'

Lab03 RP2350 core type fix

See merge request !65
parents 7636bd59 b2bd0c67
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ The way the counter works here is that it increments/decrements every clock cycl
#### SysTick
The ARM Cortex-M0 used by RP2040 and RP2350 uses the SysTick time counter to keep track of time. This counter is decremented every microsecond, and when it reaches 0, it triggers an exception and then resets.
The ARM Cortex-M0 used by RP2040 and the ARM Cortex-M33 used by RP2350 both use the SysTick time counter to keep track of time. This counter is decremented every microsecond, and when it reaches 0, it triggers an exception and then resets.
- `SYST_CVR` register - the value of the timer itself
- `SYST_RVR` register - the reset value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment