[docs] link HW spinlock example program

This commit is contained in:
stnolting 2025-03-29 21:24:57 +01:00
parent 11c46f40aa
commit 98cea989b6

View file

@ -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**