Upload to 1Bitsy fails, but Start Debugging works

After reading this Autodetect: Blackmagic probe & MCB1700 (LPC1768)[macOS/OSX] - #12 by jxsl13 , I realized I hadn’t specified the upload_port. I had specified the debug_port, which is why that was working.

upload_tool = blackmagic
upload_port = /dev/cu.usbmodem7BB0799D1
debug_tool = blackmagic
debug_port = /dev/cu.usbmodem7BB0799D1

It’s a little redundant, but it works.

1 Like