Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNo it isn't possible. I see two ways of doing what you want:
[list][*]Don't use the SPI controller directly from the CPU, but design a kind of mm-slave -> mm-master bridge between the CPU and your slave, that will use the arbiter lock. [*]Add a hardware mutex that both the CPU and your other masters must lock before using the SPI slave (and in that case you don't need the arbiter lock anymore). Hardware mutexes were designed for multiprocessor configurations, but it can work for that too.[/list]