2023-08-06 12:56 AM
Is there any example project for using SAI on nucleo-F746ZG
(preferably with IOC file)
Thanks,
Nadav
2023-08-06 04:36 AM
Which example do you need: generation of sound? recording?
2023-08-07 12:31 AM
I need both, both generating sound and recording sound.
(We eventually want to use our card as mic & speakers that connect to pulseaudio using RTP protocol )
we are going to use MAX9867 for the sound.
For what I read in the documentation, I will need need to use SAI with internal syncronization...
(and I2C for configuration of the MAX9867...)
Nadav
2023-08-07 06:28 AM
Hello @nadavpp
Please you can check the available examples in the STM32F7 CubeFW :
STM32Cube_FW_F7_V1.17.0\Projects\STM32756G_EVAL\Examples\SAI
This example can be easily tailored to any other supported device and development board.
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-08-07 07:18 AM
(We eventually want to use our card as mic & speakers that connect to pulseaudio using RTP protocol )
If you are just clicking CubeMX and are not capable of dealing with SAI on your own, then there is basically no chance you can implement an audio clock synchronization over IP network or audio resampling for reception/output. But, if you are actually serious, you will need to learn this:
2023-08-09 03:14 AM