Hei
I still need a help.
The feature file I include is MK20D10_features.h. Is it the correct one TWR K20D72M board??
In this file I read
#define FSL_FEATURE_SOC_SYSMPU_COUNT (1)
Is it correct?
In the function USB_DeviceApplicationInit( void )
Is the conditional call to SYSMPU_Enable( .... ) as here
#if (defined(FSL_FEATURE_SOC_SYSMPU_COUNT) && (FSL_FEATURE_SOC_SYSMPU_COUNT > 0U))
SYSMPU_Enable(SYSMPU, 0);
#endif /* FSL_FEATURE_SOC_SYSMPU_COUNT */
When the SYSMPU_Enable( ... ) is called the hard fault is triggered.
I am beginning to thine the FSL_FEATURE_SOC_SYSMPU_COUNT should be 0.
for this processor.
Anyway I commented the SYSMPU_Enable( ... ) call.
The composite cdc cdc device gives error with windows 10. From the device manager I get
Device Descriptor Request Failed.
I tried to install the driver with the one in the SDK but it says the best driver is already installed.
Please a help
Pietro