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

Daisy chain Centralized BMS potential bug #2

Open
ichbinbork opened this issue Dec 18, 2024 · 0 comments
Open

Daisy chain Centralized BMS potential bug #2

ichbinbork opened this issue Dec 18, 2024 · 0 comments

Comments

@ichbinbork
Copy link

Hey,

I want to use daisy chain structure with ISOSPI with multiple L9963E. According to datasheet last L9963E slave "isotx_en_h" parameter must be 0 to achive it. However, at current code the given parameter always set 1 with write_reg.DEV_GEN_CFG.isotx_en_h = 0b1;.

There is a section that the parameter set 0 but its only for dual ring access in my scenario I won't use it .

    if (!handle->is_dual_ring) {
        write_reg.DEV_GEN_CFG.isotx_en_h = 0;
    }

I made changes but unfortunately I couldn't test it yet. When I test it I will create pr.

Sincerely,

image

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

No branches or pull requests

1 participant