Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8042

SDK • Re: RP2040: running Systick simultaneously on each core result in *** PANIC *** Hard assert error

$
0
0
exception_get_vtable_handler(SYSTICK_EXCEPTION) function give different result for each core which make me conclude that each core has its own NVIC + VECTOR table
or you are messing up the shared handler...

Check VTOR register for each core and you will find it quickly.
What are the values of the handlers?
Hello thank you for your help !

heres below the vector adress i get returned from (exception_get_vtable_handler(SYSTICK_EXCEPTION)) function for each core :


vtor register value from core 0 =100001d3
vtor register value from core 1 =100002d5

*** PANIC ***

Hard assert

Statistics: Posted by Michael13 — Wed Nov 19, 2025 7:33 am



Viewing all articles
Browse latest Browse all 8042

Trending Articles