2018-08-31 02:54 AM
I'm trying to find how to program the STM32F401RET6 MCU on a standalone PCB without the development board. The datasheet specifies using JTAG for debugging but does not specify that this could be used for initial programming too.
Could anyone help me find this information?
2018-08-31 05:32 AM
Yes programmable via JTAG/SWD interface pins, and an external/stand-alone ST-LINK, or similar JTAG Pod, ie Segger J-Link, etc.
Device typically also programmable using the System Loader (BOOT0=High) via USART or USB, etc.
See AN2606 and related documentation.