Error in Dynamic Configuration

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

cross mob
chmoc_1567941
Level 4
Level 4

i have working on multiple profile. here i use dac in base profile and RTD Reading on first overlay.both need different RefMux.

   

dac needs (vdd/2+-vdd/2) and RTD needs (vdd/2+- bandgap).

   

so i load and unload first overlay.

   

but i facing problem in dac refmux i got only (vdd/2+-bandgap) all time.

   

how can i overcome this problem??

   

program code:

   

            LoadConfig_RTD();
            
            InitResources();
            
            MeasureRTD();
            
            StopResources();
            
            UnloadConfig_RTD();

   

here InitResources(); function start rtd profile module and StopResources(); function stop rtd profile module.

0 Likes
1 Reply
chmoc_1567941
Level 4
Level 4

anyone can help me in this point ???

0 Likes