8 years, 8 months ago.

what should be taken care while porting mbed sdk to a new target??

what should be taken care while porting mbed sdk to a new target??

cmsis layer files such as : cmsis.h cmsis_nvic.c cmsis_nvic.h system_TM4C129.h system_TM4C129.c TM4C1294NCPDT.h

will be provided by the CMSIS CORE module.

and hal files such as: device.h objects.h peripheralnames.h portnames.h pinmap.h pinNames.h gpio_api.c etc., has to be implemented.

And My question here is from where should i start implementing the hal files because i am confused and stuck??

Please help me.

THANKS IN ADVANCE

1 Answer

6 years, 11 months ago.

Hi Sunil - Did you ever find an answer to this question? We are facing the same challenge.