Multiple types of variables sending over SPi with DMA (solved)
Posted on November 07, 2014 at 08:57Hello, I have a project where i have multiple processors , and only one have communication link to computer. I have multiple formats to deal with, int32_t, u8,u16,f32. i could convert them to u16 and reassemble th...