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

EV_TXSTART hanging due to hal_waitUntil(u4_t time) with Disco_L072cz_Lrwan1 Board #529

Closed
kent-williams opened this issue Feb 6, 2020 · 1 comment · Fixed by #531
Closed

Comments

@kent-williams
Copy link

kent-williams commented Feb 6, 2020

Hi @terrillmoore,

We've narrowed down an issue we've been experiencing while adding support for the ST Disco LRWAN1 board. While attempting to OTAA, we get to EV_TXSTART, and then hang indefinitely. I've been able to narrow this down to changes made to hal_waitUntil (u4_t time) in src/hal/hal.ccp. We've tested reverting this back to this commit, and are able to successfully join and send packets as expected. We believe this is quite likely related to the fact that we are not using the TCXO on the Disco board. I'd like to better understand the changes you've made to this and how we can best make this compatible with the Disco board too.

Thanks!
Kent

@terrillmoore
Copy link
Member

terrillmoore commented Feb 6, 2020 via email

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 a pull request may close this issue.

2 participants