2023-09-28 04:49 AM
Hello,
I have implemented test functions gci_le_transmitter_test() and hci_le_receiver_test() in our firmware for tests in lab. We have setup a test bench with one hand our product and on the other hand a STEVAL-IDB008V2 driven by BNRGUI software.
We have been able to test transmission with our board with success. Unfortunately, it is not the case in reception mode where we always get a nb_packet received = 0. We have checked our STEVAL board with a Nordic tool to make sure there was transmission from the eval board, which is the case.
I can't figure out why I have this issue (probably configuration or whatever). Please find below, some lines of my code if you have any idea.
Thank you for your help