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
Thank you @ Yoann KLEIN for your quick response but can you tell me how can I add external loader for QSPI "W25Q64". Because i download ".stldr" nor file but it is not showing in programmer. and also going through some difficulties for touchgfx
I wrote code, below i am attaching code and screenshot of ioc settings in which DMA is not mentioned, and also attached schematic of stm32h7vbt6. I think the connection of vbt6 board is not correct. First I simply try for create the file. kindly go t...