hello,Team
I started both linux and mcu1_0 in spl mode, I run ADC on mcu1_0, but when running ADC_Init() the code died, I found that in the Adc_hwUnitInit() of mcal/Adc/src Adc_Priv.c, HW_WR_FIELD32(baseAddr + ADC_CTRL, ADC_CTRL_POWER_DOWN,ADC_CTRL_POWER_DOWN_AFEPOWERUP); Seems to forbid me to access the ADC register or the mcu will die, is the mcu not allocated ADC resources? Only the spl method will cause problems, I directly use the CCS debugger loading is normal.
...
In order to prevent conflicts with linux resources, I have blocked the ADC-related device tree in linux and uboot, but it still does not work.Can you give me some advice? Thank you very much.