Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
We want certain peripherals to be accessed from multiple cores, even if the peripheral is initialized on one core via syscfg.
There will only ever be one initializer and one user for our purposes.
As an example. We want core 0_0 to initialize a gpio (configured in syscfg) and core 0_1 to turn the gpio on and off.
We'd imagine this is possible as multiple cores could have knowledge about the hardware register address, and change it.
Is this possible? If not, what are the constraints?






