Keil doesnt seen MK64FN1M0VLL12 cpu for FRDM-K64F Dev Board

I’m fresher in mbed OS application development.

I install licensed Keil 4.0 IDE & i have FRDM-K64F Dev board. In this board, cpu present is ‘MK64FN1M0VLL12’.
I use ‘frdm_gpio’ sample(example) application to compile in Keil IDE. So i export it from mbed OS online IDE.

My problem is, in Keil IDE; i does not seen “MK64FN1M0VLL12” cpu under ‘freescale’ list.

Try to help me that, How i get “MK64FN1M0VLL12” cpu under ‘freescale’ in Keil IDE ASAP.

Dear Vishal,

We are currently only actively supporting uvision5. Can you try to upgrade your tool and export to uvision 5 instead?

Sarah

1 Like

Hello,

In uvision5, i successfully done compilation of ‘frdm_gpio’ sample(example) application. Thanks for your helpful reply.

Vishal_Patel