User Activity

Hi,i want to utilize an unknown number of SPI slaves which will send and receive e.g. a byte of data each. patching them together has to be as easy as plugging an ethernet cable BUT some data is used by multiple slaves.Let's say I have a maximum of 3...
Hi, I just tried to create a simple Test for USART but it doesn't work.I activated HSE, Serial Wire and UART2 for aynchronous 115200 baud. 8.1 via stmcubeThis is basically the code I wrote into main loop:... char text[] = "Hallo Welt!\r\n\0"; w...