Hi expert,
My customer is developing secondary bootloader for three cores in F28388D device. Three cores here need to share DCAN peripheral for transfering data.
1. Is CPU1 the only core who can assignor change a peripheral ownership? (For example: Calling GPIO_setMasterCore)
2. CPU1 finied using DCAN and would like to pass it to CPU2, could CPU1 just simply call GPIO_setMasterCore to do the assignment to let CPU2 send data?
3. Do we need to reset peripheral or re-do the initialization here on the new core when peripheral is re-assigned?
4. Any close related example demonstrating re-assign some peripheral on-the-fly?
Thanks
Sheldon