Hi,
I am trying to make a custom signal processing library function with a sequence of computation unit library function, and after reading
document sprugn1c and VICP signal processing library's hardware source file (in \src\src_hw\), I found several questions.
Firstly, is the vicp signal processing library's function completely run on the VICP? or only the computation unit and scheduling unit library function?
If not, is this means that after calling CPIS_START, the caller processor(ex. M3) still takes effort on those function sequences as i found that the VICP Signal processing library not only call computation unit/scheduling unit library functions, but also assigning parameters, doing if/else branching and some other operations?
If the signal processing library is completely run on VICP, then what's the computation power of VICP on some ordinary operations?
Regards.
Kent