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
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
hi
It works very well on 52840dk, but it doesn't work on my own board. But I found that when I erase all, there will be uart data as shown in the picture below, do you have any ideas?

hi
It works very well on 52840dk, but it doesn't work on my own board. But I found that when I erase all, there will be uart data as shown in the picture below, do you have any ideas?

Hi,
From your picture it looks like it works, as that is how it should look when using the shell. Are you able to write any of the commands from the documentation I linked to, Radio test?
Best regards,
Marte
HI
I can't see any uart data (no--booting zephyr....), until when I execute erase all, the uart data is out
Attached my sch for your reference

hi
I have installed NCS and tried to use debug mode it works well .but when i leave debug mode he doesn't work.do you have any ideas?
Hi,
This issue is not related to the original problem in this ticket, so please create a new ticket for this issue.
Best regards,
Marte