nRF5340 Radio Notification callback alternative

Hello!

I am developing an application for the nRF5340, and I am using split cores, so the controller is on the network core and the application is on the other core. I want to use Radio Notifications callback, but I saw that it is only possible if the application and the controller is on the same core, which is not possible in my case due to memory limitations.

Is there another way or workaround I could use to get radio notifications (or something similiar) working?

Thanks in advance.

Parents Reply
  • I see. That will be difficult. As you write, radio notication requiers the host and controller to run on the same core and I am having problems seeing any other way to implement this.

    If you have not come far in the development, perhaps it could be worth considering an nRF54L device instead? For isntance the nRF54L15 has ample memory, but does not have the complexities of a dual core device like nRF5340 and will let you use radio notifications.

Children
No Data
Related