To the kind attention of the Nordic support team,
Hi to you all, I have got legacy gazell code running on nRF24. In old code the following instructions was used:
hal_nrf_set_address(HAL_NRF_PIPE0, arrayX) being arrayX = { 0, 0, 0, 0, 0}.
I tried to do the same thing when setting a gazell host using nRF52840:
nrf_gzll_set_base_address_0(0x00000000);
nrf_gzll_set_address_prefix_byte(0, 0x0);
but it does seem that those instructions trigger a fault and the firmware doesn't work anymore.
I imagine that it is due to the gazell anomaly 107 as you kindly specify in your own documentation
(Software Development Kit à nRF5 SDK v15.3.0 à Api reference à Proprietary stacks à Gazell Link Layer)
I'd like to have a confirmation from you, if possible, and ask if you will solve this anomaly in the foreseeable future.
Thanks for paying attention and for your work.
Cheers