9 years, 5 months ago.

Using FRDM-K22F for custom board with MK22FN1M0VLL12.

Is it possible to use FRDM-K22F, which is based on MK22FN512VLH12 to develop using mbed for a custom board with MK22FN1M0VLL12?

1 Answer

9 years, 5 months ago.

In a nutshell, no.

The interrupt vectors are different and there are additional embedded devices plus other considerations. Unless you want to make the changes to the Mbed libraries yourself.

You will not be able to use the extra memory either as that is fixed for the Mbed platform.

Best to use the exact same MCU type as per the Mbed platform.

Accepted Answer