Hi,
Following are steps how to make KwikStik working with Processor Expert and MQX.
1. Import the existing BSP for MK40 based on Processor Expert - bsp_twrk40x256_pe into CodeWarrior
2. Disable RTC oscillator property in the CPU component
3. Change system oscillator frequency to 4MHz - Property Clock Settings > System oscillator > Clock source > Clock frequency [MHz].
4. Disable RTC support in BSP configuration - user_config.h
#define BSPCFG_ENABLE_RTCDEV 0
5. Build the BSP library
6. You can use the existing demo pe_demo_twrk40x256 to test whether you are able to debug the application. Note that this application is not for KwikStik, but for TWR-MK40, so the application will not probably work as expected ....