Hi.
Is it possible to change the configuration of PSoC4 (4200M) device/project during runtime? By configuration I mean for example connecting an analog pin to ADC first and switching (connecting) it to Comparator an back on demand. Doing this in software only, without anything that uses UDBs.
For example - in other MCUs, pins can have different functionalities, depending on registers' configuration.
Is there some way to do this with PSoC4?
Thanks.
Theoretically: Yes. There is a Register TRM
Practically: No, better use a mux or something similar.
Bob