User Activity

Below I am mentioned the code kindly go through it:  if(PushButtonFlag == 1)  {  HAL_UART_Transmit_IT(&huart1, PushButtonPrint0, sizeof(PushButtonPrint0)); //Open file for writing (Create) if(f_open(&SDFile, "STM32.TXT", FA_CREATE_ALWAYS | FA_...
I am trying to communicate STM32NUCLEOF072RB with STM32NUCLEOF429ZI using CAN Rx and Tx. I went through below YouTube video in which they directly connect RX and Tx but i couldn't able to do this. so kindly let me know is it possible that we can use ...
I am trying to create file in sd card and pass some string to that file. And I also want to initiate DMA for SDMMC. How can i do that? there is no any such tutorial for h7