File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 68
68
*/
69
69
void CC3220SF_LAUNCHXL_initGeneral (void )
70
70
{
71
+ PRCMPeripheralReset (PRCM_TIMERA0 );
72
+ PRCMPeripheralReset (PRCM_TIMERA1 );
73
+ PRCMPeripheralReset (PRCM_TIMERA2 );
74
+ PRCMPeripheralReset (PRCM_TIMERA3 );
75
+ PRCMPeripheralReset (PRCM_UARTA0 );
76
+ PRCMPeripheralReset (PRCM_UARTA1 );
77
+ PRCMPeripheralReset (PRCM_GPIOA0 );
78
+ PRCMPeripheralReset (PRCM_GPIOA1 );
79
+ PRCMPeripheralReset (PRCM_GPIOA2 );
80
+ PRCMPeripheralReset (PRCM_GPIOA3 );
71
81
MAP_IntMasterEnable ();
72
82
//MAP_IntEnable(FAULT_SYSTICK);
73
83
PRCMCC3200MCUInit ();
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ void us_ticker_init(void)
49
49
{
50
50
TimerDisable (TIMERA0_BASE , TIMER_A );
51
51
TimerConfigure (TIMERA0_BASE , TIMER_CFG_SPLIT_PAIR | TIMER_CFG_A_PERIODIC_UP );
52
- TimerLoadSet (TIMERA0_BASE , TIMER_A , 0 );
53
52
TimerIntClear (TIMERA0_BASE , TIMER_TIMA_DMA | TIMER_TIMA_MATCH | TIMER_CAPA_EVENT |
54
53
TIMER_CAPA_MATCH | TIMER_TIMA_TIMEOUT );
55
54
TimerEnable (TIMERA0_BASE , TIMER_A );
You can’t perform that action at this time.
0 commit comments