(no title)
marcosscriven | 3 months ago
Reminds me of the old BeagleBone Black that had two small separate cores that worked in a similar way. Someone used it to create a 3D printer control system.
Are there any other chips out there like this?
marcosscriven | 3 months ago
Reminds me of the old BeagleBone Black that had two small separate cores that worked in a similar way. Someone used it to create a 3D printer control system.
Are there any other chips out there like this?
bri3d|3 months ago
A lot of microcontrollers also have pretty sophisticated interrupt controllers and timing analyzers which can be used to accomplish similar tasks, although they’re usually “programmed” by chaining register effects so it’s nowhere near as elegant as PIO.
Specialized IO coprocessors which are programmed using “code” like PIO is are a little less common, Infineon Peripheral Control Processor springs to mind.
marcosscriven|3 months ago
Can the “little” cores in big.little arches be run entirely independently then? That’s pretty cool if so.
15155|3 months ago
Which is exactly what GP was talking about: the TI PRU cores are this.