2021-08-23 05:18 AM
I USE STM32H753ZI and I want to oversampling some data. For IT, I use SRC236, but It send me an error. The library seems not to be adapted with the target STM32H753ZI. Has anyone encountered this problem before?
Sincerely
2021-08-23 10:35 AM
What error does it give you?
2021-08-23 11:24 PM
Good Morning TDK,
When I use "src236_process", the return of this fonction is "SRC236_BAD_HW", it means that "May happen if the library is not used with the right
hardware". I use STM32H753Zi and in my project i included :
It seem like the librari is not compatible with STM32H753Zi, but the documentation say the contrary.
Thanks
2021-08-24 12:04 AM
SRC236 is quite old and doesn't appear to be very popular. Seems like SRC236_CM7_GCC.a would be the correct version for the CM7 core and STM32CubeIDE. Not sure what it could be.
Oversampling is relatively easy. You could probably write your own function to do this with a modest effort.