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
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,
The text was updated successfully, but these errors were encountered:
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 .
I made changes but unfortunately I couldn't test it yet. When I test it I will create pr.
Sincerely,
The text was updated successfully, but these errors were encountered: