A
Arduino•3y ago
pseud0

Uno R4 WiFi SWD debugging

Per https://docs.arduino.cc/static/bfa7a2ec0621accfa32dc2b4bcfd4f4e/ABX00087-schematics.pdf and https://docs.arduino.cc/static/1ff718e3a20320cd19a240ffbe6a0645/ABX00087-full-pinout.pdf the Renesas R7FA4M1AB3CFM chip's SWD pins, P108_SWDIO and P300_SWCLK, are connected to the ESP32-S3's IO7 and IO9 pins and are not further exposed on a header or testpad, or disconnectable from the ESP32. This makes it very hard to SWD debug this board without cutting traces. My question is: Whyyyyyyyyyyyyy would you do that?
4 Replies
Unknown User
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
pseud0
pseud0OP•3y ago
Not needed anymore, I just found out about it myself: https://github.com/bcmi-labs/uno-r4-wifi-usb-bridge/issues/6 The connection of SWDIO + SWDCLK between ESP32-S3 and the Renesas chip is intentional and the ESP32-S3 acts as CMSIS-DAP debugging probe.
pseud0
pseud0OP•3y ago
Works nicely when integrated into PlatformIO 😉
No description
Unknown User
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?