I can send you a patch if you think it's relevant, I just can't actually test it first since I don't have an LXR.
I do have this mode working with the DAC peripheral on a Discovery board and it should be the same for I2S. I want an LXR with an outpu…
(I want to build my own hardware with some extra features, that's why I don't have one of the real mainboards. Just want a known-good starting point first)
Hm.. so I have the code running on my Discovery board now, patched the codec related files with ST's sample code, so I think it's should be running... connecting with GDB it looks like the main loop is running. It shows up as a MIDI device. In the c…
Got it to build with my makefile (on Linux). Had to add a bunch of includes in places. Don't think it runs yet, need to include the hardfault.S file somehow (just pass it to GCC, maybe?) and ld says:
/usr/lib/gcc/arm-none-eabi/4.8.1/../../../../arm-…
Thank you very much for your generosity. I'm very much looking forward to reading this.
I've little formal qualifications in software development and nothing in hardware. Everything I've learned I've learned from looking at what other people have do…
I was looking at those exact ones myself -- especially cos you can get them with 2 megs of Flash which just might be enough for sample storage in the right context...
Thanks for your answer. I'm really looking forward to this. Let me know if you ne…