direction_finding_connectionless_tx - MPU problem/stack

I get error about MPU error stack size while trying to run the example from ncs v2.7.0 on nrf52833dk

I was able to build correctly and I see in the log file that it gets error on MPU for some problems with the cache 

I have not made any changes to the code

I am trying to transmit AOA and receive it on my UBLOX AOA antenna B10.

I was able to run UBLOX code example on nrf52833dk and it works

Thanks

Avi

Parents
  • Hi Avi

    I think the synchronization and CTE might not be able to finish that quick, so every 2 seconds might be tight, but switching between them might be possible. Note that you will also need to have room for your application with the two advertising sets on the nRF52833, so you need to test if the application can fit on the RAM and Flash memory that the nRF52833, but it should be possible to switch between the two, yes. Check out the MPSL timeslots for how NCS handles such things.

    Best regards,

    Simon

Reply
  • Hi Avi

    I think the synchronization and CTE might not be able to finish that quick, so every 2 seconds might be tight, but switching between them might be possible. Note that you will also need to have room for your application with the two advertising sets on the nRF52833, so you need to test if the application can fit on the RAM and Flash memory that the nRF52833, but it should be possible to switch between the two, yes. Check out the MPSL timeslots for how NCS handles such things.

    Best regards,

    Simon

Children
No Data
Related