User Activity

hi i have simple code for send some data from one master 767 to other slavein master data will send in 2khz rate and 80 byte length but data in slave not completely correct on Rx buffer one data ok and next not, until end of buffer that repeated (for...
hi hope have good dayi need to buffer data for save on every 1ms for serial and spi i use dma to receive datafor example hal_uart_receviveDMA on this function must set buffer size ...i test one example :50Hz send to mcu data each time 1000 and 1001 ...
hii use f103 to read ad7606 with spi i see cube example for LL( hal spi has delay)i want read two out of a2d so i config spi1 master receiver and spi2 slave receiver clk of spi1 and spi2 and a2d connect together out A connect to spi 1 and out 2 conn...
hi i use two spi and connect together spi 1 send(Full D Master) and 2 receive(Full D slave ) all in dmaif i change send buffer, in receive first array not change. it was first init that send dma uint8_t TXBuf[]={0,1,2,3,4,5,6,7,8,9}; uint8_t RXBuf[10...
hii need help to have dual Micro SD in one Mass Storage Device in H743 for see two micro sd in pc from one usbproject use two sdio 1 & 2 , devise fs and mass storageit work correct for every micro sd separately but not work together in code last init...