Huzzah32 Programming Issue

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
HarveyFunbucks
 
Posts: 2
Joined: Thu Sep 29, 2022 4:03 pm

Huzzah32 Programming Issue

Post by HarveyFunbucks »

Hello! I'm a tech working with a programmer on a project that uses a Huzzah32 feather as the main board, with an ADS1115 and a 2.4" OLED display using an SSD1306 driver IC. Unfortunately the code he's made does not seem to run correctly after installing, even though there aren't any errors that come up in the Arduino compiler. It works okay with a DOIT Dev Kit V1 ESP32 board, but we need to use the Huzzah32 board for the design. I've tried different programs that worked on the DOIT board on the Huzzah32 and they all have an issue, so I think it's something wrong with the compiler setup. Here's the error produced on the serial monitor:

Code: Select all

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
invalid header: 0xffffffff
ets Jul 29 2019 12:21:46

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 271414342, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5856
entry 0x400806a8
Guru Meditation Error: Core  0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC      : 0x40081129  PS      : 0x00060d30  A0      : 0x800dfc1b  A1      : 0x3ffe3ae0  
A2      : 0x00000016  A3      : 0x00000016  A4      : 0x00000000  A5      : 0x00000064  
A6      : 0x00000000  A7      : 0x60013000  A8      : 0x3f405f00  A9      : 0xffffffab  
A10     : 0x02000000  A11     : 0x00000080  A12     : 0x00000000  A13     : 0x00000000  
A14     : 0x00000000  A15     : 0x00000000  SAR     : 0x00000009  EXCCAUSE: 0x0000001c  
EXCVADDR: 0x02000000  LBEG    : 0x400014fd  LEND    : 0x4000150d  LCOUNT  : 0xffffffff  

ELF file SHA256: 0000000000000000

Backtrace: 0x40081129:0x3ffe3ae0 0x400dfc18:0x3ffe3b00 0x400da72c:0x3ffe3b30 0x400dcb21:0x3ffe3b50 0x400da1f5:0x3ffe3b70 0x400d2ffa:0x3ffe3b90 0x40148aef:0x3ffe3bb0 0x40085289:0x3ffe3bd0 0x400854b8:0x3ffe3c20 0x40079247:0x3ffe3c40 0x400792ad:0x3ffe3c70 0x400792b8:0x3ffe3ca0 0x40079465:0x3ffe3cc0 0x400806da:0x3ffe3df0 0x40007c15:0x3ffe3eb0 0x4000073d:0x3ffe3f20

Rebooting...
Does anyone have any idea what the issue could be? I'm happy to provide any additional info required. Thanks!

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”