Part Number: PROCESSOR-SDK-AM437X
Tool/software: TI-RTOS
PDK Version:processor_sdk_rtos_am437x_3_01_00_06
Hi All
I am using AM437x Board to testing usb based usb_host_msc_evmAM437x_arm_project,and now i meet a problem:
When I enable the cache in the XCONCFG:
var Cache = xdc.useModule('ti.sysbios.family.arm.a9.Cache');
Cache.enableCache = true;
The proejct works fail,I got some message form uart terminal:
got intr. portNum = 0. ptrEvent=0x80762000
What's wrong with me?I need your help,thanks.