multicore_lockout_victim_init() is only used within PicoSDK.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Notes

When "locked out" the victim core is paused (it is actually executing a tight loop with code in RAM) and has interrupts disabled. This makes the lockout functions suitable for use by code that wants to write to flash (at which point no code may be executing from flash) Because multicore lockout uses the intercore FIFOs, the FIFOs cannot be used for any other purpose

References

from examples