2020-06-11 07:21 AM
So I can not enable internal connection by CUBE and VOUT occupies some pin on the PInOut View which I intend to use for other purpose, so I can not to use all advantages of
CUBE . So The Configuration page of OPAMP look like attached pictuire
Solved! Go to Solution.
2020-06-11 11:23 AM
It might be the Mode drop-down set to Follower internally connected, or it might not. Hard to guess without proper documentation.
You can experiment with the settings, click around and debug the generated code, find out which way the ADC and OPAMP registers are set, and check the register values against the reference manual. Never assume that inadequately documented tools or libraries do what you think they should do.
Since you have to find out the proper register settings anyway, you might skip the "black box" part, and write the configuration registers directly.
2020-06-11 11:23 AM
It might be the Mode drop-down set to Follower internally connected, or it might not. Hard to guess without proper documentation.
You can experiment with the settings, click around and debug the generated code, find out which way the ADC and OPAMP registers are set, and check the register values against the reference manual. Never assume that inadequately documented tools or libraries do what you think they should do.
Since you have to find out the proper register settings anyway, you might skip the "black box" part, and write the configuration registers directly.
2020-06-12 12:40 AM
Hi
Thank you. You are right . I did not notice it. It is helpful.
2020-06-12 12:44 AM
It is really option Follower internally. Thank you.