mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[docs] link HW spinlock example program
This commit is contained in:
parent
11c46f40aa
commit
98cea989b6
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ For debugging purposes, the current state of all 32 spinlocks can be observed vi
|
|||
Using the HWSPINLOCK module instead of software-managed synchronization primitives based on the <<_a_isa_extension>>
|
||||
reduces hardware complexity (smaller size) and also simplifies <<_memory_coherence>>
|
||||
|
||||
.Example Program
|
||||
[TIP]
|
||||
A simple example program can be found in `sw/example/demo_dual_core_hwspinlock`.
|
||||
|
||||
**Register Map**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue