Hi,
I'm using a custom board with the CC2520. With an external transmitter (RZUSB) I am replaying a pcap file of a capture I made before. The SFDs come in at the same rate I am transmitting frames, so I think this is OK. The problem is, the frames do not show up in the RX FIFO when I query the chip over SPI (I am using a modified version of the linux kernel driver for CC2520). I have disabled frame filtering/CRC checks; I'm looking for alternative ways to debug this problem and see the bytes that the RZUSB is transmitting; They must be there because the SFD exceptions are firing. I have one frame that I transmit that will consistently fire the SFD/FIFOP, show up in the RXFIFO and set RXFIFOCNT directly. The rest of my test frames do not.
Thanks,
Tom