k_sem_take() failed to execute in nrf5340 (windows)

I face problem in k_sem_take()   i build a nrf3540 board its successfully running in peripheral uart and some sample programs. while debugging peripheral connectionless rx and tx its stop executing in k_sem_take(). its show no complication error but its not flashings in nrf5340. i need to use AOA &AOD function and calculate the direction finder. will u help me out i stuck for a week .

Parents
  • while debugging peripheral connectionless rx and tx its stop executing in k_sem_take().

    What do you mean by debugging? When running for instance a BLE connection or other BLE activity, it's not possible to set brekapoint or single step code, since BLE will quickly fail the real-time requirements, and thereby the application will fault and assert. 

    Kenneth

Reply
  • while debugging peripheral connectionless rx and tx its stop executing in k_sem_take().

    What do you mean by debugging? When running for instance a BLE connection or other BLE activity, it's not possible to set brekapoint or single step code, since BLE will quickly fail the real-time requirements, and thereby the application will fault and assert. 

    Kenneth

Children
Related