File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
targets/TARGET_TOSHIBA/TARGET_TMPM4G9 Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ define symbol __ICFEDIT_region_BRAM_start__ = 0x20030000;
14
14
define symbol __ICFEDIT_region_BRAM_end__ = 0x200307FF;
15
15
/*-Sizes-*/
16
16
/*Heap 1/4 of ram and stack 1/8*/
17
- define symbol __ICFEDIT_size_cstack__ = 0xC000 ;
17
+ define symbol __ICFEDIT_size_cstack__ = 0x0400 ;
18
18
define symbol __ICFEDIT_size_heap__ = 0x6000;
19
19
/**** End of ICF editor section. ###ICF###*/
20
20
Original file line number Diff line number Diff line change @@ -99,4 +99,9 @@ void us_ticker_clear_interrupt(void)
99
99
100
100
void us_ticker_free (void )
101
101
{
102
+ TSB_T32A0 -> RUNC = T32A_RUN_DISABLE ;
103
+ TSB_IB -> IMC006 = CLR_TIMER_INT_FLAG ;
104
+ NVIC_ClearPendingIRQ (INTT32A00_A_CT_IRQn );
105
+ NVIC_DisableIRQ (INTT32A00_A_CT_IRQn );
106
+ TSB_CG_FSYSMENA_IPMENA06 = TXZ_DISABLE ;
102
107
}
You can’t perform that action at this time.
0 commit comments