Has anyone used the Zephyr RTOS on a Pi Pico or any other smallish system?Well, you can have two threads, kinda, with the Pico without an
I'm writing something relatively simple for a Pico in C using the SDK.
It doesn't need an RTOS, the old classic cyclic executive paradigm will
work fine.
At one time I'd have used an 8bit CPU but why faff about when you can
get something like a Pico for hardly any cost even if 2x Cortex M0+
seems overkill.
On 12/24/24 12:47, mm0fmf wrote:
Has anyone used the Zephyr RTOS on a Pi Pico or any other smallishWell, you can have two threads, kinda, with the Pico without an
system?
I'm writing something relatively simple for a Pico in C using the SDK.
It doesn't need an RTOS, the old classic cyclic executive paradigm
will work fine.
At one time I'd have used an 8bit CPU but why faff about when you can
get something like a Pico for hardly any cost even if 2x Cortex M0+
seems overkill.
RTOS...just split your work between the two cores. I just did a simple project using one core to do a com link to a pc for command/response,
and the other core to do a real-time hardware controller chore. Made it painless...
Sysop: | Tetrazocine |
---|---|
Location: | Melbourne, VIC, Australia |
Users: | 4 |
Nodes: | 8 (0 / 8) |
Uptime: | 59:13:23 |
Calls: | 65 |
Files: | 21,500 |
Messages: | 73,559 |