I have an older application running on KL43 board using such files:
common.h, core_cm0.h, drivers.h, pit.c, pit.h and many more.
After copying the "old" code to my current KDS 3.0 + SDK 1.2 project I am getting numerous conflicts and "No such file" errors.
As I see the whole CMSIS is different.
Is there any simple way to convert older code to a new one which is using eg. core_cm0plus.h instead of core_cm0.h?