Hello,
When trying to compile the code before downloading it on the board, we get a weird error in the BSP.
alt_sys_init.c:75:41: error: 'MAILBOX_SIMPLE_0_NAME' undeclared here (not in a function)
ALTERA_AVALON_MAILBOX_SIMPLE_INSTANCE ( MAILBOX_SIMPLE_0, mailbox_simple_0);
In system.h, there are only macros for the receiver and the sender interfaces of the mailbox. We do not know what could cause this. Did we use the wrong IP?
Here is our mailbox in qsys. The sender and receiver are both connected to the data masters of both cpus (via bridges).
Sacha Coppey