Forum Discussion

DRaineyNAL's avatar
DRaineyNAL
Icon for New Contributor rankNew Contributor
4 years ago
Solved

SPI Slave to Avalon-MM escape problem

I am using the SPI-Slave to Avalon-MM IP to communicate with a MAX10 FPGA from a host processor (current test is on DE10-Lite board). In general everything is working. I can read and write devices an...
  • DRaineyNAL's avatar
    4 years ago

    I actually just resolved this issue. The problem was not in the write packet. The problem was that when I read the value back I was not properly handling the escape at the end of the packet. This problem is resolved.