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

ksun_m6: Fix initialization of new memories #1081

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

wavexx
Copy link
Contributor

@wavexx wavexx commented Jul 9, 2024

Explicitly set a few extra bits to zero to initialize correctly new memory slots.

_unk3/_unk4 seem to be part of compander/hopping respectively, even though only a single value for both is accepted.

Setting _unk3 to 1 (compander:0b10) makes the radio ignore the channel completely. The original software also refuses to decode the slot and fail with a generic error.

Setting _unk4 to 1 (hopping:0b10) works on the radio, but still causes the original software to fail with an error.

Explicitly set a few extra bits to zero to initialize correctly new
memory slots.

_unk3/_unk4 seem to be part of compander/hopping respectively, even
though only a single value for both is accepted.

Setting _unk3 to 1 (compander:0b10) makes the radio ignore the channel
completely. The original software also refuses to decode the slot and
fail with a generic error.

Setting _unk4 to 1 (hopping:0b10) works on the radio, but still causes
the original software to fail with an error.
@kk7ds kk7ds merged commit a8242df into kk7ds:master Aug 7, 2024
6 checks passed
@kk7ds
Copy link
Owner

kk7ds commented Aug 7, 2024

Thanks, sorry this took so long to be merged!

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