First steps with STM32F446 and SPDIF
Hi,
I just got a Nucleo 64 with an STM32F466 and want to start developing some own software
- initialise the MCU for with the maximum clock possible
- read 96 kHz stereo SPDIF frames from one of the inputs (polling would be fine)
- analyse the received data (just some very simple and fast math)
What I'm looking for are ideas for the first two points to start with. Any idea where I can find some sample codes/example implementations/beginners tutorials?
Here "beginner" means noob in terms of STM32 but not in terms of embedded software developments.
Thanks!
