Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 42 |
Nodes: | 6 (0 / 6) |
Uptime: | 02:02:57 |
Calls: | 220 |
Calls today: | 1 |
Files: | 824 |
Messages: | 121,544 |
Posted today: | 6 |
Given an RP2040 CPU with two ARM processors (we call them Alice and
Bob), how can they talk to one another?
We hate FIFOs. Is it possible for them to share a block of the SRAM?
It would be cool if the two programs could both declare a struct and
both be able to access it simultaneously. We's manage the access
details ourselves, who writes to what variables.
On 03/10/2024 23:32, john larkin wrote:
Given an RP2040 CPU with two ARM processors (we call them Alice and
Bob), how can they talk to one another?
We hate FIFOs. Is it possible for them to share a block of the SRAM?
It would be cool if the two programs could both declare a struct and
both be able to access it simultaneously. We's manage the access
details ourselves, who writes to what variables.
Don't they share all the RAM like any other 2 core processor would?