Replies: 1 comment
-
This will overflow the buffer. Suggest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I've come up with a custom esp32c3 board however, I cannot get my program to work when i use
CONFIG_SPI=y
. Has anybody else come across this before and know what the issue is? I've provided the relevant code snippets and a screenshot of the schematic...When i flash and monitor the esp32c3, my terminal looks like this:

As seen in the screenshot, the hello world at the
main()
entry and thefor(;;)
entry does not print which suggests the program is failing before it even executes... is this a problem that other people have seen? or is this a possible bug? My schematic is attached below...Beta Was this translation helpful? Give feedback.
All reactions