\n
After installation, F4 family is not present inside Options for Target > Device:\n
Therefore, Keil is not able to compile code, and gives this error:\n
Here are some info about current version of Keil I use:\n
Reputation: 33
I want to work with BlackPill STM32F411CE using Keil uVision 5. Unfortunately, Keil is not able to compile program simply because it doesn't recognize STM32F4 family for some reason. Here are the steps I took:
First I downloaded necessary packs needed using Pack Installer:
After installation, F4 family is not present inside Options for Target > Device:
Therefore, Keil is not able to compile code, and gives this error:
Here are some info about current version of Keil I use:
Upvotes: 0
Views: 110
Reputation: 1
In Pack Installer:
Type STM32F411
in the search box and press Enter.
Click on the listed STM32F411
.
Click install on right part.
+
beside STM32F411
and then select STM32F411CEU6` and click on Ok button.Hope this helps.
Upvotes: 0