This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ESB after S132 disable

I am having trouble with using shockburst (based on microesb from github) after disabling S132.

When I use microesb with no SD, i just do nrf_drv_clock_init(), start lfclk and hfclk - after that just uesb_init and I can transfer/receive data succesfully.

In my second app that uses S132 I disable SD, then nrf_drv_clock_init() (here i ignore SD not enabled error), and start lfclk and hfclk - then just uesb_init() and my radio is not transmitting when requested. Should i enable something more to use ESB?

Related