Rikke 01/06/2023 10:34 AMHello,
We have a problem with creating a 2nd UART. The first UART is low speed, and we want to make a second UART with --baud_rate=2_500_000
from the toit-pixel-strip
package. We get the following error when creating the driver:
******************************************************************************
Decoding by `jag`, device has version <2.0.0-alpha.47>
******************************************************************************
EXCEPTION error.
UNKNOWN ERROR 0x105(261)
0: uart_create_ <sdk>/uart.toit:310:3
1: Port <sdk>/uart.toit:99:13
2: UartPixelStrip <pkg:toit-pixel-strip>/uart.toit:124:13
3: setLED_.<block> ../src/pinout.toit:254:18
4: catch.<block> <sdk>/core/exceptions.toit:124:10
5: catch <sdk>/core/exceptions.toit:122:1
6: catch <sdk>/core/exceptions.toit:73:10
7: setLED_ ../src/pinout.toit:253:12
8: update_connection_LED_ ../src/pinout.toit:195:5
9: update_AP_status_LED ../src/pinout.toit:191:3
10: main ../src/gateway.toit:35:3
******************************************************************************
followed by ALREADY_IN_USE everytime it is called.
The UNKNOWN ERROR 0x105
has been traced down to a ESP_ERR_NOT_FOUND
error, and located in the file intr_alloc.c
in function esp_err_t esp_intr_alloc_intrstatus(
: