This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/PROCESSOR-SDK-AM437X: Usb Host Msc works fail when Cache.EnableCache=true

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.