Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-DMX RESET #22

Open
Rumpl-X opened this issue Apr 30, 2023 · 1 comment
Open

ESP-DMX RESET #22

Rumpl-X opened this issue Apr 30, 2023 · 1 comment

Comments

@Rumpl-X
Copy link

Rumpl-X commented Apr 30, 2023

get some warnings in all versions:

In file included from /tmp/.arduinoIDE-unsaved2023323-153060-1eb6g03.rsk8/sketch_apr23a/sketch_apr23a.ino:16: /tmp/.arduinoIDE-unsaved2023323-153060-1eb6g03.rsk8/sketch_apr23a/sketch_apr23a.ino: In function 'void setup()': /home/arbeit/Arduino/libraries/esp_dmx-2.0.1/src/esp_dmx.h:29:69: warning: missing initializer for member 'dmx_config_t::source_clk' [-Wmissing-field-initializers] { .baud_rate = DMX_TYP_BAUD_RATE, .break_num = 44, .idle_num = 3, } ^ /tmp/.arduinoIDE-unsaved2023323-153060-1eb6g03.rsk8/sketch_apr23a/sketch_apr23a.ino:63:28: note: in expansion of macro 'DMX_DEFAULT_CONFIG' dmx_config_t dmxConfig = DMX_DEFAULT_CONFIG; ^~~~~~~~~~~~~~~~~~

and when i change to all ports otherwise 1 i get a hardreset:

Rebooting... ets Jul 29 2019 12:21:46 rst:0xc (SW_CPU_RESET),boot:0x17 (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:0x3fff0030,len:1184 load:0x40078000,len:13192 load:0x40080400,len:3028 entry 0x400805e4 E (10) dmx: dmx_param_config(410): dmx_num error E (11) dmx: dmx_set_pin(396): dmx_num error E (11) dmx: dmx_driver_install(114): dmx_num error assert failed: xQueueReceive queue.c:1382 (( pxQueue )) Backtrace: 0x40083691:0x3ffb20a0 0x40088269:0x3ffb20c0 0x4008d5bd:0x3ffb20e0 0x40088e7a:0x3ffb2210 0x400d13dd:0x3ffb2250 0x400d2e79:0x3ffb2290 ELF file SHA256: 32ca25a2e86d64e7

@Rumpl-X
Copy link
Author

Rumpl-X commented Apr 30, 2023

This Reset is a Watchdog Timer Reset!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant