-
Notifications
You must be signed in to change notification settings - Fork 33
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
Freeze when loading project #263
Comments
Sorry, what do you mean by "freezes"? That "Hello World" prints are not shown? Are those printed afterward? |
No - these are the last lines after loading and this continues endlessly. |
Which devkit are you using? Are you using the "USB" or "UART" port of the devkit? Make sure you use the "UART" one |
Can you run it with debug logs: |
it works, thanks 👍 ) |
Maybe it is possible to connect the device via a USB port, or is it planned in the future? since the debug only works through the USB port, and not the UART. But then the firmware does not work) |
Firmware does work, but in the default example you are writing to UART, so if you connect to USB you dont receive it. Have a look at https://github.com/esp-rs/esp-hal/blob/main/examples/src/bin/usb_serial_jtag.rs |
Hello, when I try to load a project from the no_std template onto the device, esp just freezes for a moment, as in the screenshot and that’s it, no action happens. Tried it on esp32H2 and esp32C6.
Maybe there are some ideas on what can be done about this?
The text was updated successfully, but these errors were encountered: