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

installation MDK for STM32F7 (lite)

Hi
I have installed the following tool:
IDE-Version:
µVision V5.16a
Toolchain: MDK-ARM Cortex-M0/M0+ 256K for ST Version: 5.16a
and it works good, but now How can I Install the toolchain Cortex M7 in lite edition ( size under 32K)?
Best Regards
M

Parents
  • There is a pack installer icon on the menu it has green, yellow and blue. Click on that to open up the pack installer.

    On the right hand side select devices.
    Then open up STMicroelectronics
    then select STM32F7 series

    all of these steps above are on the right hand side.

    then on the left hand side select the packs tab.

    and make sure

    ARM:CMSIS
    Keil::MDK0Middleware
    Seil::STM32F7xx_DFP
    lwip::lwip
    worlfSSL::CyaSSL

    are all installed and up to date.

    if not click install.

Reply
  • There is a pack installer icon on the menu it has green, yellow and blue. Click on that to open up the pack installer.

    On the right hand side select devices.
    Then open up STMicroelectronics
    then select STM32F7 series

    all of these steps above are on the right hand side.

    then on the left hand side select the packs tab.

    and make sure

    ARM:CMSIS
    Keil::MDK0Middleware
    Seil::STM32F7xx_DFP
    lwip::lwip
    worlfSSL::CyaSSL

    are all installed and up to date.

    if not click install.

Children