jnaulet / OpenPicoRTOS

Very small, safe, lightning fast, yet portable preemptive RTOS with SMP support
MIT License
46 stars 4 forks source link

TI F28379D: explore the possibility of dual core emulation #53

Open jnaulet opened 1 year ago

jnaulet commented 1 year ago

The F28379D (and F2838x) series offer a dual CPU system that is not quite a dual-core system. More a dual-MCU system.

Limitations are the following:

With these limitations in mind, is it possible to run a software on both MCUs at the same time and make it act like it's a dual-core system ? At what cost ?