cancel
Showing results for 
Search instead for 
Did you mean: 

How use SRC236 for STM32H753ZI with STM32CubeIDE

MYESS.1
Associate

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 

3 REPLIES 3
TDK
Guru

What error does it give you?

If you feel a post has answered your question, please click "Accept as Solution".
MYESS.1
Associate

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 :

  • audio_fw_glo.h
  • src236_glo.h
  • SRC236_CM7GCC.a

It seem like the librari is not compatible with STM32H753Zi, but the documentation say the contrary.

Thanks

TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".