HI
Using radio_test example with LITEPOINT IQxel-MW7G2 to test ZIGBEE, but PSDU CRC FAIL.
Where can I modify to ensure PASS

b/r
HI
Using radio_test example with LITEPOINT IQxel-MW7G2 to test ZIGBEE, but PSDU CRC FAIL.
Where can I modify to ensure PASS

b/r
Hi,
In your other ticket (289849) you mention using Zigbee CLI Agent, as well as something called audio_test example code, but here you say that you are using radio_test. Can you clarify what example you are using, and explain what you are testing and how you are testing it? Also, if you want to test the 802.15.4 radio I would recommend using IEEE 802.15.4 PHY test tool from nRF Connect SDK, as nRF5 SDK is in maintenance mode.
Best regards,
Marte
hi
thanks for your reply*.
I use the \examples\peripheral\radio_test to test tx power.Then we found psdu crc fail on our test equipment. I want to know how to fix PSDU crc fail
hi
thanks for your reply*.
I use the \examples\peripheral\radio_test to test tx power.Then we found psdu crc fail on our test equipment. I want to know how to fix PSDU crc fail
Hi,
What commands are you using in the radio test example to perform the test?
Best regards,
Marte
HI
data_rate ieee802154_250Kbit
output_power pos8dBm
start_channel 11
end_channel 11
start_tx_carrier
Hi,
Can you try using using start_duty_cycle_modulated_tx instead of start_tx_carrier and see if it works?
If this does not help, can you try with the Radio test sample from nRF Connect SDK? I have built the sample for you in case you do not have this SDK and its toolchain installed. Since you did not specify what board you were using I built it for nRF52 DK based on your mention of nRF52832 in another ticket. If this is not the board you are using, let me know and I will build it for another board. For testing see the sample's documentation here: Radio test

Best regards,
Marte
hi
I tried the way you provided and it didn't help. Can you help use nRF Connect SDK Build an HEX FILE for test , use NRF52840 and modify the UART PIN definition as follows
RX_PIN->P0.14
TX_PIN ->P0.13
HW FLOW CONTROL->Disable
thanks
Hi,
I have modified and built it for nRF52840 now, so please check if these hex file works.

Best regards,
Marte