Using ZBus with ISRs

Hi,

I just started working with ZBus and even though Zephyr's documentation states that "Publishing, reading, claiming, and finishing are available in all RTOS thread contexts, including ISRs.", Nordic documentation claims the opposite "Publishing and reading are available in all RTOS contexts except inside an Interrupt Service Routine (ISR). " and in fact i wasn't able to add ZBus's operations inside an ISR.

Is there a problem with its emplementation on nordic's boards or did i get something wrong?

Thanks in advance,

Kind regards,

Related