Hello,I can't seem to connect to my STM3240G-EVAL board with Keil microvision. I can compile the project, but I cannot flash it to the board (download button is greyed).
I also can't see the device in the "Boards" list.
My board is supposed to be supported since the project has been made on it and is provided by ST.
alpereira7 said: I can compile the project, but I cannot flash it to the board (download button is greyed).
If the 'Download' button is greyed-out, then there is no debug interface or Flash algorithm defined. Open the uVision dialog 'Options for Target - Utilities', then either select 'Use Debug Driver' or select your debug adapter and then click to 'Settings' and select the right Flash algorithm.
alpereira7 said:My board is supposed to be supported since the project has been made on it and is provided by ST.
Unfortunately, there are no examples for this board in all that packs. You can search for the STM32F407IGH device and you will see many examples for our MCBSTM32F400 board. These examples will not run instantly on your ST eval board, but they are a good starting point.
Thank you. Some error windows popped and it showed that dome DLL files were missing, so I placed them in the right place.