Confused over correct connections for BOOT0, NRST and SWD.
Hi, I'm working on a custom board which I've been programming with an ST-LINK V2 using the SWCLK and SWDIO lines. I mistakenly left BOOT0 floating, but I need to order more boards, so I'm going to correct this mistake.
My question: Am I right in thinking that if I tie BOOT0 to GND, the STM32F1 will boot on its own when powered-up (which doesn't currently happen - I have to rely on PlatformIO resetting it after uploading the program), but I'll still be able to program it using just the SWCLK and SWDIO lines? Or will I have to connect NRST as well? (NRST is currently floating but has an 100nf cap tied to GND as per the datasheet.)
