I have a question regarding the nRF5340. I would like to capture and access the raw payload of BLE packets that fail the CRC check.
I know that with the nRF52840 (running the nRF Sniffer firmware), we can visualize these "bad" packets in Wireshark. I want to achieve similar functionality on the nRF5340 for a specific debugging application.
Could you please guide me on the required development steps?
Since the radio is on the Network Core, does this require writing custom firmware for the Network Core (bypassing the standard SoftDevice Controller)?
Is there any existing example or configuration in the nRF Connect SDK (NCS) that allows passing packets with CRC errors from the Network Core to the Application Core?