How to properly use a driver file / How to send sound to Line Out [STM32F769I-DISCO]
Hello, I'm quite a newbie and I'm sorry if I don't understand something simple :\
STM32CubeIDE 1.7.0, STM32CubeMX 6.3.0
I would like to make a simple synthesizer on STM32F769I-DISCO. Right now I managed to modify the example repository "STM32Cube_FW_F7_V1.16.1->Projects->STM32...->Exaples>BSP" to send some sound through Line Out.
I noticed, that the example uses the "stm32f769i_discovery_audio.c" driver, and I think it would be perfect for my purpose, but I can't create a new project containing this file. I tried to simply create a new one and copy a driver file along with its dependencies, but I get a lot of errors during Build. Some of them require another HAL_Driver dependencies, but copying them from the example project doesn't solve the problem.
How to create a new project with a possibility to send data to Line Out like in the example project, but without other functionalities?
