Hi,
I’m currently using nrfx libraries when there are no equivalent options in Zephyr drivers, and I found similar drivers with the nrfy prefix. What are the differences between these two versions? Should I migrate my drivers from nrfx to nrfy?
Hi,
I’m currently using nrfx libraries when there are no equivalent options in Zephyr drivers, and I found similar drivers with the nrfy prefix. What are the differences between these two versions? Should I migrate my drivers from nrfx to nrfy?
HI Ros,
It solely depends on your requirements and use case.. The nrfy drivers are part of the Hardware Access Layer (HAL) with cache and barrier support for managing various peripherals. They are essentially an extension of the nrfx drivers, providing additional functionality for cache and barrier management. If your application works fine with the nrfx driver, then it is ok to stick wth it.
Best Regards,
Swathy