I would like to use Nucleo F411RE for some projects, but I am struggling in making it working...
Nucleo F411RE with ST-Link upgraded to latest FW, board pops-up as mass storage.
I have to use Arduino 2.1.1, since my old laptop has Win7.
Installed STM32 package, set the board as Nuclo-64, Nucleo-F411RE, on COM11.
Loaded Blink sketch: compile and upload seem to succeed, embedded ST-link bicolor LED blinks during flashing.
But LD2 is dead. Changed LED_BUILTIN with D13 & PA_5, nothing...
Tried another example: communication --> graph. Again, complie & upload successful.
Serial Monitor in 2.1.1 gives an EOF error, I read it is a bug fixed with later versions... That I cannot use.
Connected wx Terminal to check incoming data, but no activity over COM11...
Am I missing something?

Thank you!
Walter