WCH CH571K is an interesting BLE chip. It only needs two capacitors and one crystal to run. It will enter the bootloader on power-up, and it can be programmed over UART. The chip is so simple that I tried to build a minimal system with a dead-bug circuit. As far as I know, it seems nobody has built a BLE circuit in this way. Maybe it is world first?
You can either export binary and use WCHISPTOOL to flash the chip, or you can just select the Upload Method to "WCH-ISP" in Arduino IDE, and manually put chip into bootloader mode and flash it over USB (not on CH571K yet).
Note the example also include the USB-CDC code. That means if you are using a CH573/CH571 with USB port, you may simply choose the USB serial port in Arduino IDE and it can go into bootloader mode automatically, and do the flash. Just like Arduino Leonardo.
The exposed pad is connected to pin 3 GND internally. The two capacitors can be soldered directly from the exposed pad to pins 2 and 7 for decoupling. The crystal can be soldered directly on pins 4 and 5.
The LED can be soldered between pin 1 and the exposed pad.
The antenna can be soldered on pin 6.
The FTDI connection GND pin can be soldered on the exposed pad for support, and the 3.3V, TX, and RX can be connected with wire.