Can't download Keil MDK generated code on to STM32F411E-Disco Board
I created a new project on STM32CubeMX and I started the project with MCU Selector. I selected the STM32F411VETx mcu and I started the project. All pins were reset. GPIOD Pin 15 I made an output. The RCC I chose High Speed Clock (HSE): Crystal/Ceramic Resonator. In the SYS I chose Debug: Serial Wire. Next I generated the code for MDK Keil 5 with the default settings. When I open the project in Keil MDK 5 and build it everything is perfect. When I try to download the code onto the board I get the Error: "No-STlink was found". I have ST-LINK on my board and it works fine since I have used it before. How can I fix this problem. Thanks