Hi all,
I am facing a strange problem... I was working on a project set for STM32F411RE and, by mistake, another project, targeting STM32L432KC was set as active.
Successful compile, I got the warning pop-up telling me the target device was wrong, but I stupidly ignored it and proceeded...
The nucleo board (411RE) obviously did not work after flashing it, and I realized the wrong active project.
I selected the correct project, recompiled successfully for 411RE, but... Studio tells me the target is wrong... Nucleo board corrupted?
I tried to directly copy an old BIN file to the nucleo, and it resulted in successful flashing. I guess the board is OK.
No way to convince Studio that the target device is correct... Is there a setting that could have been modified after my forced flashing with the wrong device?
In addition, if I unplug the nucleo board, I don't get the pop-up for saving the BIN file... Compiling is successful, but no BIN file produced...
Tried with other projects using the same 411RE target, no way...
Any though?
Thank you!
Walter