This is the error message:
Error instantiating RTE componentsError #540: 'Keil::Device:StdPeriph Drivers:EXTI:1.3.0' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:Framework:1.3.1' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:GPIO:1.3.0' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:IWDG:1.3.0' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:RCC:1.3.0' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:SPI:1.3.0' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:SYSCFG:1.3.0' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:TIM:1.3.0' component is not available for target 'Target 1'Error #540: 'Keil::Device:StdPeriph Drivers:USART:1.3.0' component is not available for target 'Target 1'
Hello
I have moved your question to the Keil forum where someone may be able to help you.
Many thanks
Oli
You probably installed version 3.0.0 of the Keil::STM32F4xx_DFP and you are trying to use an application that was written for an older DFP. With version 3.0.0 the peripheral drivers must be generated with ST CubeMX. See more details in this Open-CMSIS repo:
https://github.com/Open-CMSIS-Pack/STM32F4xx_DFP