5340 Audio NRF_FICR error while building

I can't build 5340 Audio sample with Audio DK. 

I'm getting FICR error:

/opt/nordic/ncs/v2.9.0/nrf/applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.c: In function 'ficr_static_addr_set':
/opt/nordic/ncs/v2.9.0/nrf/applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.c:239:14: error: 'NRF_FICR' undeclared (first use in this function); did you mean 'NRF_FICR_S'?
  239 |         if ((NRF_FICR->INFO.DEVICEID[0] != UINT32_MAX) ||
      |              ^~~~~~~~
      |              NRF_FICR_S
/opt/nordic/ncs/v2.9.0/nrf/applications/nrf5340_audio/src/bluetooth/bt_management/bt_mgmt.c:239:14: note: each undeclared identifier is reported only once for each function it appears in
[126/730] Building C object CMakeFiles/app.dir/unicast_server/main.c.obj
ninja: build stopped: subcommand failed.

Parents Reply Children
Related