Unable to initialize on STM32F103RE + Quectel EC21 using BG9x driver #34249
Labels
area: Modem
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
I'm trying the Quectel BG9x modem driver on my STM32F1 custom board with Quectel EC21 as their initialization should be the same and the offloaded TCP AT commands are the same.
I compiled the modem on
basic/blinky
example with theseprj.conf
def_config
.dts
:The driver initialized fine, however it seems to be stucked in a bootloop:
Log:
After this it will repeat again at the
continuously. If I add a 5 seconds delay after bg9x:L1070, then it will be able to print an additional line:
I then debugged this and found that it resets at around
or
But then I don't know what to do to further trace this issue down. No errors printed in the log.
To Reproduce
Steps to reproduce the behavior:
samples/blinky
example with thedts
,def_config
andprj.conf
on a STM32F103RE board with Quectel EC21Expected behavior
I'm expecting that LED to be blinking on
samples/blinky
Impact
This is a showstopper, I'm working on a IoT device that depends on modem to send data.
Logs and console output
See above
Environment (please complete the following information):
west init zephyr_project
andwest update
today, should be the latest versionAdditional context
I edited bg9x.h:L33 from 30 to 10 to reduce the amount of SRAM used by the buffer
The log is from my PR, using the original code produced more or less the same result.
The text was updated successfully, but these errors were encountered: