Browse Source

add change of s_spi_frame to NOP after write/read cycle and no new preamble was received

master
T. Meissner 10 years ago
parent
commit
a39d535248
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      raspiFpga/src/RaspiFpgaCtrlE.vhd

+ 2
- 0
raspiFpga/src/RaspiFpgaCtrlE.vhd View File

@ -167,6 +167,8 @@ begin
else
if (LocalData_i = x"00") then
s_spi_frame <= HEADER;
else
s_spi_frame <= NOP;
end if;
end if;
end if;


Loading…
Cancel
Save