Resolved! ST Link error when trying to add LED blink code
STM32 NUCLEO 64 -F411RE From SMT32Cube IDE I build & upload the following code that does nothing ,stripped everything away to show that the ST-Link is working,#include "stm32f4xx.h" int main() { while(1) { /* Do nothing */ } } This b...