Search found 3 matches
- Fri Oct 25, 2019 12:00 pm
- Forum: ESP-IDF
- Topic: ESP32 "Logging to Host via JTAG" on C++ project
- Replies: 0
- Views: 1557
ESP32 "Logging to Host via JTAG" on C++ project
Good day, I'm trying to reroute the ESP logging functionality through the JTAG interface. While trying to implement it in my own project I quickly defaulted to the "app_trace_to_host_example". This works just fine as long as i don't try to change it to C++. The only changes i do is rename the file "...
- Mon Mar 18, 2019 8:24 am
- Forum: ESP-IDF
- Topic: Changing I2C pins
- Replies: 2
- Views: 4315
Re: Changing I2C pins
Thanks for the reply, after some further trial and error I found pins on which it works (22/27). I checked on the schematics for pin freeness and found pins i wanted to use (32/33) and they seem free and usable. Upon testing though they do not work. Any tipps? Is there some full list on pins which c...
- Thu Mar 14, 2019 2:07 pm
- Forum: ESP-IDF
- Topic: Changing I2C pins
- Replies: 2
- Views: 4315
Changing I2C pins
I'm trying to test different Peripheral Protocols simultaneously (I2C, SPI, SDCard) to run on an ESP32-Wroover-Kit-v3. I've got all of them running independently but stumbled upon a problem which i can't seem to be able to fix. I've used the i2c_self_test example to test the I2C capabilites and subs...