Hey guys. I'm trying to use the SPI1 interface on the aforementioned nuncleo board, but no luck whatsoever.I want to transmit 2 3Byte commands to a dac device. The first one is 48,0,0 and the second one is 55,255,255. My code is: uint8_t msg_Tec[3]...