You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (wb_rst_i == 1'b1) begin
hkspi_disable <= 1'b0;
end
This prevents the housekeeping SPI from going into an uncommunicative state due to setting the disable bit in software. If the above correction is not done, then the disable state can only be undone by a power-on-reset.
The text was updated successfully, but these errors were encountered:
At around line 1483:
This prevents the housekeeping SPI from going into an uncommunicative state due to setting the disable bit in software. If the above correction is not done, then the disable state can only be undone by a power-on-reset.
The text was updated successfully, but these errors were encountered: