Pull-up required on NRST line?
Hello everybody,
I am quite new from working with STM32 products but recently made the switch from Atmel chips (thanks to the free handout of Nucleo boards at the Eurobot competition I guess :) ). I recently designed a fairly simple board, centered around a STM32F401 chip. The schematics is fairly simple. Here is the MCU part of the schematics (power supply and application circuits aside):

In addition to this custom board, I purchased a ST-Link V3-MINIE programmer board, which connects onto the STDC14 connector for programming and debugging the microcontroller.
My question is about the NRST pin. As explained in the datasheet and the application notes, there is supposed to be a pull-up resistor internal to the chip, so the datasheet recommends only a 0.1uF resistor between NRST and GND. However, I can't make the board work that way: the STM32CubeProgrammer application can recognize the chip, but any flashing attempt fails with a "dev_target_held_under_reset" error, which is self-explanatory.
I thus added a 1k pull-up to 3.3V on the NRST line, and now my board works fine. How come? Did I miss something?
