I am porting code that was running on a K64 to a K53. Everything is working except for the USB port. Our code uses usb_v2 but there is no usb_v2 project support for the K53. I am using the IAR EWARM tools. I started with the usb_v2 project for the K64 copied it and edited it for the K53. But, in "C:\Freescale_MQX_4_2\usb_v2\usb_core\device\sources\bsp" there is no bsp for the K53 and the K64 usb_dev_bsp.c breaks when I try to use it on the K53 (I guess that is no surprise).
Does anyone have a usb_v2 port for the K53 that uses the IAR EWARM tools?