Hi again,
i have migrated the example to PE and everything works. But there is one problem:
When i use the fsl_usb_framework of PE its generates a usb_host_config.h file in Generated_Code/SDK/usb/usb_core/host/include/usb_host_config.h
Another file is stored in SDK/usb/usb_core/host/sources/classes/common/usb_classes.c
In the second file (usb_classes.c) is class_interface_map[]. With the defines in the headerfile (usb_config_host.h) i can enable components of the class interface map.
In the example (look at the first question), is there #define USBCFG_HOST_MSC (1). In the PE file not. If I add this by myself everything works. Where can i configure PE to do this for me?
I have added my PE-file, hope you can help?
Thanks
Menko