6 years, 4 months ago.

DISCO_L496AG with BG96 Cell

Hi,

I have an ST DISCO_L496AG with Quectel BG96 modem connected via the ST Mod+ connector. From what I can find this board is supported by MBED as well as the BG96. Does a working example exist for this combination? The main page for the ST DISCO_L496AG doesn't list one however the MBED library I DL'ed does seem to mention one C:\..\mbed-os\components\cellular\COMPONENT_STMOD_CELLULAR.

When I attempt to build and run the example per the README.md, the project compiles OK, but I receive an assertion failure on execution. It appears the network interface may not be defined correctly?

mbed-os-example-cellular

Built: Jul 7 2019, 09:42:47

[MAIN], plmn: NULL Establishing connection

++ MbedOS Error Info ++ Error Status: 0x80FF0144 Code: 324 Module: 255 Error Message: Assertion failed: iface Location: 0x80024B9 File: .\main.cpp+259 Error Value: 0x0 Current Thread: main Id: 0x2000131C Entry: 0x800331B StackSize: 0x1000 StackMem: 0x20001C00 SP: 0x20002B7C For more info, visit: https://mbed.com/s/error?error=0x80FF0144&tgt=DISCO_L496AG MbedOS Error Info

I figured the problem out. I was building against Mbed v5.13 and needed to build against master since support for this component won't be officially released until v5.14.

posted by john rubis 10 Jul 2019
Be the first to answer this question.