Overview
- Object ID : 5185 (2025-03-04 11:24:30)
- Author : Michael
- Content : App Note
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Other
- Licence : MIT
Content
The multicore P8X32A does not require traditional interrupts to manage multiple processes simultaneously; yet multi-tasking in a single core is still a handy option.
Coroutines in Propeller Assembly language can support a pair of independent tasks in a single core (cog) through the use of the JMPRET instruction.
Download the full PDF application note, and code samples.