Hi,
I am trying to use the HTTPSPOST feature of the BX3105 module (running 2.6.3 firmware) and I am having issues with it.
It crashes on execution of that command…
I connect to a HTTPS server and am able to use the HTTPSGET command on the same URI.
A sample communication suite:
> AT+SRWSTACFG="xxx","xxx",0
OK
> AT+SRWSTACON=1
OK
> AT+KHTTPSCFG=,server,443
+KHTTPSCFG: 1
OK
> AT+KHTTPSHEADER=1
OK
CONNECT
> Authorization: Token xxxxx
> Content-Type:text/plain
> +++
OK
> AT+KHTTPSPOST=1,/my_uri/
CONNECT
> *data_to_send*
Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception)
Debug exception reason: Stack canary watchpoint triggered (Tmr Svc)
Core 0 register dump:
PC : 0x40092f86 PS : 0x00060736 A0 : 0x8008222d A1 : 0x3ffbbfc0
A2 : 0x3ffb9a20 A3 : 0x00000004 A4 : 0x00000000 A5 : 0x3ffbabc8
A6 : 0x00000000 A7 : 0x3ffb9a30 A8 : 0xffffffff A9 : 0x3ffbbfa0
A10 : 0x3ffbabc8 A11 : 0x00000002 A12 : 0x00000037 A13 : 0x00000001
A14 : 0x00005a3d A15 : 0x3ffc78bc SAR : 0x00000010 EXCCAUSE: 0x00000001
EXCVADDR: 0x00000000 LBEG : 0x4000c349 LEND : 0x4000c36b LCOUNT : 0xffffffff
Backtrace: 0x40092f86:0x3ffbbfc0 0x4008222a:0x3ffbbff0 0x4008226c:0x3ffbc020 0x40082601:0x3ffbc040 0x4000beaf:0x3ffbc060 0x400fe9cd:0x3ffbc080 0x40104a8d:0x3ffbc0a0 0x40104ad7:0x3ffbc0c0 0x400f7d7b:0x3ffbc0e0 0x400f81f2:0x3ffbc100 0x400f5636:0x3ffbc140 0x400f5f5e:0x3ffbc1c0 0x400f5fd6:0x3ffbets Jun 8 2016 00:22:57
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff80d0,len:4
load:0x3fff80d4,len:540
load:0x40078000,len:0
load:0x40078000,len:18348
entry 0x40078bec
+WDSI: 0
Sierra Wireless Copyright 2018
BX310x.2.6.3
READY
Can you tell me what I am missing and what could be the cause of this problem?
Thank you,
Jay