Part Number: TMS320F28388D
Tool/software:
After I setup the M0 init on c2000.syscfg. the adc_init fail with interrupt.
Without Mo init on c2000.syscfg, adc_init works
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.
Part Number: TMS320F28388D
Tool/software:
After I setup the M0 init on c2000.syscfg. the adc_init fail with interrupt.
Without Mo init on c2000.syscfg, adc_init works
M0 init will clear all the content of M0. Have you checked what are you using this RAM for in your linker cmd file ?
Vivek Singh
Hi Vivek,
Yes, It seems like there are global symbol used in these locations
0 00000000 code_start
0 000001b1 FLASH_init
0 000002c8 SysCtl_delay
0 000002d4 __TI_Handler_Table_Base
0 000002da __TI_Handler_Table_Limit
0 000002de __TI_CINIT_Base
0 000002e6 __TI_CINIT_Limit
0 000002e6 __TI_CINIT_Warm
thanks,
Ken