Skip to content

Instantly share code, notes, and snippets.

@Tech500
Created January 28, 2024 12:49
Show Gist options
  • Save Tech500/dd3e847e06b7bceb3664b9554fe1b5d2 to your computer and use it in GitHub Desktop.
Save Tech500/dd3e847e06b7bceb3664b9554fe1b5d2 to your computer and use it in GitHub Desktop.
IRQRadio 0 Transmit Panic
Rebooting...
ets Jul 29 2019 12:21:46
rst:0xc (SW_CPU_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:1
load:0x3fff0030,len:1184
load:0x40078000,len:13260
load:0x40080400,len:3028
entry 0x400805e4
RF24/examples/InterruptConfigure
Which radio is this? Enter '0' or '1'. Defaults to '0'
radioNumber = 0
*** PRESS 'T' to begin transmitting to the other node
SPI Frequency = 10 Mhz
Channel = 76 (~ 2476 MHz)
Model = nRF24L01+
RF Data Rate = 1 MBPS
RF Power Amplifier = PA_LOW
RF Low Noise Amplifier = Enabled
CRC Length = 16 bits
Address Length = 5 bytes
Static Payload Length = 32 bytes
Auto Retry Delay = 1500 microseconds
Auto Retry Attempts = 15 maximum
Packets lost on
current channel = 0
Retry attempts made for
last transmission = 15
Multicast = Disabled
Custom ACK Payload = Enabled
Dynamic Payloads = Enabled
Auto Acknowledgment = Enabled
Primary Mode = RX
TX address = 0x65646f4e31
pipe 0 (closed) bound = 0x65646f4e31
pipe 1 ( open ) bound = 0x65646f4e32
pipe 2 (closed) bound = 0xc3
pipe 3 (closed) bound = 0xc4
pipe 4 (closed) bound = 0xc5
pipe 5 (closed) bound = 0xc6
*** CHANGING TO TRANSMIT ROLE -- PRESS 'R' TO SWITCH BACK
Configuring IRQ pin to ignore the 'data sent' event
Pinging RX node for 'data ready' event...
IRQ pin is actively LOW
data_sent: 0, data_fail: 1, data_ready: 0
'Data Ready' event test failed
Configuring IRQ pin to ignore the 'data ready' event
Pinging RX node for 'data sent' event...
IRQ pin is actively LOW
data_sent: 0, data_fail: 1, data_ready: 0
'Data Sent' event test failed
Sending 1 payload to fill RX node's FIFO. IRQ pin is neglected.
Transmission failed or timed out. Continuing anyway.
Configuring IRQ pin to reflect all events
Pinging inactive RX node for 'data fail' event...
IRQ pin is actively LOW
data_sent: 0, data_fail: 1, data_ready: 0
'Data Fail' event test passed
*** PRESS 'T' to restart the transmissions
*** PRESS 'R' to change to Receive role
*** RESTARTING IRQ PIN TEST ***
Configuring IRQ pin to ignore the 'data sent' event
Pinging RX node for 'data ready' event...
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1).
Core 1 register dump:
PC : 0x4008ac66 PS : 0x00060935 A0 : 0x80089bda A1 : 0x3ffbf17c
A2 : 0x3ffb8314 A3 : 0x3ffb81a4 A4 : 0x00000004 A5 : 0x00060923
A6 : 0x00060923 A7 : 0x00000001 A8 : 0x3ffb81a4 A9 : 0x00000018
A10 : 0x3ffb81a4 A11 : 0x00000018 A12 : 0x3ffc2394 A13 : 0x00060923
A14 : 0x007bf358 A15 : 0x003fffff SAR : 0x00000011 EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x400864d1 LEND : 0x400864e1 LCOUNT : 0xfffffffa
Core 1 was running in ISR context:
EPC1 : 0x400dc777 EPC2 : 0x00000000 EPC3 : 0x00000000 EPC4 : 0x00000000
Backtrace: 0x4008ac63:0x3ffbf17c |<-CORRUPTED
Core 0 register dump:
PC : 0x4008adff PS : 0x00060035 A0 : 0x80089803 A1 : 0x3ffbea7c
A2 : 0x3ffbf358 A3 : 0xb33fffff A4 : 0x0000abab A5 : 0x00060023
A6 : 0x00060021 A7 : 0x0000cdcd A8 : 0x0000abab A9 : 0xffffffff
A10 : 0x00000000 A11 : 0x00000000 A12 : 0x3ffc21ac A13 : 0x00000007
A14 : 0x007bf358 A15 : 0x003fffff SAR : 0x0000001d EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000
Backtrace: 0x4008adfc:0x3ffbea7c |<-CORRUPTED
ELF file SHA256: a9243c19341e9226
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_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:1
load:0x3fff0030,len:1184
load:0x40078000,len:13260
load:0x40080400,len:3028
entry 0x400805e4
RF24/examples/InterruptConfigure
Which radio is this? Enter '0' or '1'. Defaults to '0'
radioNumber = 1
*** PRESS 'T' to begin transmitting to the other node
SPI Frequency = 10 Mhz
Channel = 76 (~ 2476 MHz)
Model = nRF24L01+
RF Data Rate = 1 MBPS
RF Power Amplifier = PA_LOW
RF Low Noise Amplifier = Enabled
CRC Length = 16 bits
Address Length = 5 bytes
Static Payload Length = 32 bytes
Auto Retry Delay = 1500 microseconds
Auto Retry Attempts = 15 maximum
Packets lost on
current channel = 0
Retry attempts made for
last transmission = 0
Multicast = Disabled
Custom ACK Payload = Enabled
Dynamic Payloads = Enabled
Auto Acknowledgment = Enabled
Primary Mode = TX
TX address = 0x65646f4e32
pipe 0 ( open ) bound = 0x65646f4e32
pipe 1 ( open ) bound = 0x65646f4e31
pipe 2 (closed) bound = 0xc3
pipe 3 (closed) bound = 0xc4
pipe 4 (closed) bound = 0xc5
pipe 5 (closed) bound = 0xc6
Configuring IRQ pin to ignore the 'data sent' event
Pinging RX node for 'data ready' event...
*** RESTARTING IRQ PIN TEST ***
Configuring IRQ pin to ignore the 'data sent' event
Pinging RX node for 'data ready' event...
*** CHANGING TO RECEIVE ROLE -- PRESS 'T' TO SWITCH BACK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment