This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Device STM32F407IE not supported by toolchain

I'm trying to work on a µVision 4 project for the STM32F407IE using µVision 5.

After converting, when I tried to compile, I got the error:

Device 'STMicroelectronics::STM32F407IE' is not supported by Toolchain !

Using Pack Installer, I installed the software pack for my device.

I also installed legacy support.

I can select the device via the device database, but somehow the device isn't listed in Project -> options for target device -> Device

When I open the project I am promped 'The Project references devices, files or libraries that are not installed (Device not included in Legacy Device Database)', and that my device is not found.

Does this mean the device is really not supported in µVision 5???

Thank you,

Piet

Parents
  • Of course the STM32F407IE series is supported with MDK-ARM V5, see:
    http://www.keil.com/dd2/

    After installing the corresponding Device Family Pack Keil::STM32F4xx_DFP, at creating a new project and "Select Device for Target", make sure that the "Software Packs" are selected to access this target.

    After setting up your project you will then find this device also at: "OFT/Device".

    MDK-ARM V5 offers many example projects for this target, btw.
    See the PackInstaller/Examples-tab.

    (This target also is supported with the Legacy device and MDK-ARM V4, see:
    http://www.keil.com/dd/chip/6104.htm )

Reply
  • Of course the STM32F407IE series is supported with MDK-ARM V5, see:
    http://www.keil.com/dd2/

    After installing the corresponding Device Family Pack Keil::STM32F4xx_DFP, at creating a new project and "Select Device for Target", make sure that the "Software Packs" are selected to access this target.

    After setting up your project you will then find this device also at: "OFT/Device".

    MDK-ARM V5 offers many example projects for this target, btw.
    See the PackInstaller/Examples-tab.

    (This target also is supported with the Legacy device and MDK-ARM V4, see:
    http://www.keil.com/dd/chip/6104.htm )

Children