Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi champs,
I am asking this for our customer.
For over current protection (OCP), we are aware that it's good to use the on-chip comparator to set/clear GPIO without ISR for fast response time.
But because of limited number of comparators, the user wonders is it possible to use ADC with on-chip oversampling, say 4x, and when the result is over a threshold, set/clear GPIO without any ISR?
That is, there are on-chip hardware to handle ADC 4x oversampling (accumulation for 4x times and right shift by 2), compare the oversampled result with a threshold, and then set/clear a GPIO without any runtime ISR or CPU intervention?