Page 1 of 1

ESP32 IDF OpenOCD fails when BT active

Posted: Tue Mar 08, 2022 11:40 am
by seppel123
Hello,

I made an Project in ESP idf in eclipse which receiving data on SPI and sends it out on WiFi this works a bit slow but its works and is able to debug with jtag and openOCD. An example of the working version of the project is attached (WifiTester.7z). Now i want to enable BT classic serial like in the "bt_spp_acceptor" example and startet with enable the bt functionality in the sdkconfig and check if wifi bt coex is enabled (it is). From now it is not possible to flash the Project on the esp32 and debug it Openocd throws 1 of 2 errors
1. Openocd timeout.
2. OpenOCD failed with code (-1073741819). you can find the concole log in attachment in consol log.txt

the error stay than until i restart my pc and disable bt again.
Would be nice if someone can help me with this problem so i can use WIfi bluetooth and jtag debugging in the same time.

Re: ESP32 IDF OpenOCD fails when BT active

Posted: Tue Mar 15, 2022 3:01 pm
by seppel123
no answer after a week so i try give it a last push :(