Tool/software: Code Composer Studio
Hi everyone,
My platform is TM4C123GH6PGE
CCS version 6.1,
My problem occur in SD_CARD interfacing.
my code is working Fine but after some hours my Module is automatically Restart (Like as some time after 1 hour ,some time after 2 or 3 hours).
may be this problem occur by Application interrupt Reset or Core Reset.
My interrupt Priority is .........
SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL |
SYSCTL_OSC_MAIN| SYSCTL_XTAL_16MHZ);
// Set the priorities of the interrupts used by the application.
IntMasterEnable();
IntPrioritySet(INT_TIMER0A, 0x00);
IntPrioritySet(INT_PWM0_0_TM4C123, 0x05);
IntPrioritySet(INT_PWM0_1_TM4C123, 0x0A);
IntPrioritySet(INT_PWM0_2_TM4C123, 0x10);
IntPrioritySet(INT_ADC0SS0_TM4C123, 0x1A);
IntPrioritySet(INT_TIMER2A, 0x22);
IntPrioritySet(INT_TIMER1A, 0x2A);
IntPrioritySet(FAULT_SYSTICK, 0x3A);
IntPrioritySet( INT_HIBERNATE_TM4C123, 0x40);
So, please suggest me , How to resolve this problem?
Best Regards,
Satya
