iface_ctx.off check and modem reset high/low time in HL7800 driver #66004
-
Hi, For the This seems to be an issue to me because the delay between RESET_IN_N and VGPIO is maximum 1ms according to the HL7800 product technical specification (Table 4-10). But not sure why no one else raises similar question. Also the specification defines the minimum reset low time 100us and has no definition about the reset high time. Maybe there are some reasons for these implementations and hope someone can help to share some insights. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @pj-sunny
do you have the pm_device enabled? I had the same issue the issue was that forgotten uart enabling. see P.S. |
Beta Was this translation helpful? Give feedback.
-
It seems to me that the issue is resolved by PR 66237. |
Beta Was this translation helpful? Give feedback.
-
Hello, yes, that PR should have solve all issues regarding this. |
Beta Was this translation helpful? Give feedback.
Hello, yes, that PR should have solve all issues regarding this.