User Activity

 I can read the eeprom in uboot and the kernel. If I add ethernet@...{  local-mac-address = [ 00 01 02 030 40 05]; }; to the device tree it will be used by the kernel. I can't seem to get any other device tree modifications to work. I'm using...
I have a project that requires 2 I2S inputs (4 audio channels) to be level controlled, then mixed into the left channel of an I2S output. 32 bit word length 24 bit samples. I was contemplating using an STM32F or STM32H on a nucleo board to start. Can...