2020-07-25 05:04 AM
Hii everyone,
I've couple of questions. I'm using Discovery board with STM32F407VG in LQFP100 package. I want to do the boundary scan testing on it.
2020-07-27 10:41 AM
>>is it possible/How can I read a analog value of a pin via boundary scan testing?
Not really how digital scan chains work.
You'd need to inject code, and execute it to read the ADC, or sequence the peripheral registers appropriately.
2020-07-27 10:56 PM
I don't want to use peripheral register I want to do it by boundary scan test. in digital pins we can change state through scan cells during boundary scan test no need to go to peripheral register. So I'm asking same can I do for analog pins?