Resolved! STM32H755Zi-Q~How to share data between cores
Currently I am just trying to share some data between cores, and right now I'm just trying to send a constant value to confirm operation.I have this code located in a file called share.h,typedef struct { // shared data goes here int16_t data; }...