Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab 8 crc8 corrections #22

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Lab 8 crc8 corrections #22

wants to merge 4 commits into from

Conversation

iweyka
Copy link

@iweyka iweyka commented May 14, 2024

Added reset for crc_ff before going in busy state, otherwise we have errors in resulting crc8 (33 should convert into 5c not 55 like in current example). Also added picture because of this reason
Deleted reset for crc_ff when entering read state so our peripherial has time to set p_ready signal and read properly

iweyka added 4 commits May 14, 2024 14:26
added reset before going in busy state, otherwise crc_ff is not all 0 and we have wrong results
deleted reset when entering idle state. reset there happens before ready signal from peripherial happens
@Konf
Copy link
Collaborator

Konf commented May 15, 2024

Здравствуйте!
PR увидел, мне надо будет тщательно проверить эти правки, надеюсь, к концу недели дойдут руки.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants