Peter,
Sorry but I am still confused. Please tell me how I can create a fresh MQX project that makes use of the PEx BSP project for the KWIKSTIK.
My problem is that the pe_demo projects are all configured for different boards, pointing to different MQX libs and have different debugger settings etc. And the KWIKSTIK BSP project containing the PEx does not seem to be set to have a main.c file.
UPDATE: I tried creating a fresh new MQX project as well as porting the pe_demo for the TWRK40x256 to the KWIKSTIK by renaming everything with "twr" to "kwikstik" in all project config files, then removing the PWM and LED stuff and setting the debugger to J-Link. Now the projects compile ok but when I run the programs on the KWIKSTIK the debugger halts at the following code in dispatch.S:
ASM_LABEL(_int_kernel_isr)
cpsid.n i
Thanks in advance,
Anguel