Hello everyone!
I'm working on a project on a Nucleo F411RE that uses a few peripherals of the STM32F411RE including the I2S port.
On the one hand I have manage to get the I2S to work using STM32CubeMX tool (it didn't work with mbed libraries for a still unknown reason) and on the other hand I have a second working project made on mbed online IDE and exported to µVision 5.
I would like to combine these two working projects so that I could use the I2S port in my mbed project.
I tried to merge it by copy pasting the include files, changing the code, copy pasting some linker options etc. but it never works. It compiles just fine but nothing happens on the board.
Any advices on how I should proceed?
Thanks in advance!