Micropython ESP32 2MB flash - Error

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
tcpipchip
Posts: 10
Joined: Wed Aug 07, 2019 7:10 pm

Micropython ESP32 2MB flash - Error

Post by tcpipchip » Wed Aug 21, 2019 1:05 pm

Hi

Recently was ported the micropython to ESP32 2Mb

All was going well until i tried to execute the following fuction

mqtt_client.connect()

assertion "ret == 0" failed: file "../../extmod/modussl_mbedtls.c", line 177, function: socket_new
abort() was called at PC 0x4014b803 on core 1

ELF file SHA256: 0000000000000000000000000000000000000000000000000000000000000000

Backtrace: 0x4008af93:0x3ffc1fd0 0x4008b2b1:0x3ffc1ff0 0x4014b803:0x3ffc2010 0x400edb05:0x3ffc2040 0x400dff41:0x3ffc2090 0x400dc0c5:0x3ffc20c0 0x400dc700:0x3ffc20e0 0x400e9555:0x3ffc2140 0x400dffd0:0x3ffc21e0 0x400dc0c5:0x3ffc2210 0x400dc12d:0x3ffc2230 0x400e950f:0x3ffc2250 0x400dffd0:0x3ffc22f0 0x400dc0c5:0x3ffc2320 0x400e9485:0x3ffc2340 0x400dffd0:0x3ffc23e0 0x400dc0c5:0x3ffc2440 0x400dc0f2:0x3ffc2460 0x400f80aa:0x3ffc2480 0x400f82f4:0x3ffc2520 0x400f0260:0x3ffc2560 0x40088a15:0x3ffc2590

Rebooting...
ets Jun 8 2016 00:22:57

Strange is that shows a source code!

Can you give some tip ?

Post Reply