TC389 ADC configuration

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
wadokar
Level 1
Level 1
5 questions asked First reply posted 10 sign-ins

Hello Team,

We are using MC-ISAR_AS422_TC3xx_BASIC_1.40.0. When we are doing ADC configuration with Davinci and EB tresos,

Configuration is successful. Adc_Init is getting called from EcuM_Stub_Callout.c and configuration values are also reflecting in Adc>PBCfg.c file. But when we are trying to see register set for EVADC in trace32, we are not able to see configuration.

Do you know what will be the reseaon.

0 Likes
1 Solution
µC_Wrangler
Employee
Employee
50 solutions authored 100 sign-ins 25 likes received

For most peripherals, the registers aren't visible until the CLC register is set (e.g., EVADC_CLC.U=0).  Are the registers still not visible after Adc_Init completes?

View solution in original post

0 Likes
1 Reply
µC_Wrangler
Employee
Employee
50 solutions authored 100 sign-ins 25 likes received

For most peripherals, the registers aren't visible until the CLC register is set (e.g., EVADC_CLC.U=0).  Are the registers still not visible after Adc_Init completes?

0 Likes