You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
screen /dev/cu.usbmodem14601 115200 (no outpout is shown via JTA, only via microUSB)
How do I enable serial output over JTAG when Bluetooth is enabled?
The last message I can capture is phy_init, after that, I do not get any more output.
I (215) cpu_start: ProcpustartusercodeW (2339) BTDM_INIT: esp_bt_controller_mem_releasenotimplemented, returnOKI (2340) BTDM_INIT: BTcontrollercompileversion [3e61eea]
I (2342) coexist: coexistromversion9387209I (2347) phy_init: phy_version906,ed5370c,Nov82021,18:01:10
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
No Serial Output over JTAG when using nimble/blehr
No Serial Output over JTAG when using nimble/blehr (IDFGH-6436)
Dec 16, 2021
Environment
git describe --tags
to find it):// v4.4-dev-3703-gddc44956bf
xtensa-esp32-elf-gcc --version
to find it):// xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2) 8.4.0
Problem Description
I am only able to see serial prints (via ESP_LOGx) when not using Bluetooth.
I have my USB-Cable connected as described in https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/usb-serial-jtag-console.html#hardware-requirements I can see all the outputs when running
get-started/hello_world
, but withnimble/blehr
I do not gen any serial output via the JTAG.Both times I do see output via the cable connected via microusb.
Expected Behavior
See ESP_LOGx output when Bluetooth is enabled.
Actual Behavior
No ESP_LOGx output when Bluetooth is enabled.
Steps to reproduce
cp -r esp-idf/examples/get-started/hello_world .
idf.py set-target esp32c3
&idf.py -p /dev/cu.usbserial-14120 flash monitor
screen /dev/cu.usbmodem14601 115200
(output is shown via JTAG and microUSB)cp -r esp-idf/examples/bluetooth/nimble/blehr .
idf.py set-target esp32c3
&idf.py -p /dev/cu.usbserial-14120 flash monitor
screen /dev/cu.usbmodem14601 115200
(no outpout is shown via JTA, only via microUSB)How do I enable serial output over JTAG when Bluetooth is enabled?
The last message I can capture is
phy_init
, after that, I do not get any more output.The text was updated successfully, but these errors were encountered: