User Activity

Posted on October 17, 2016 at 11:02Hi! On 1st board i use HAL_UART_Transmit(&huart3,send_arr,100,5000); to transmit send_arr to 2nd board. on 2 nd board, i use HAL_UART_Receive_IT(&huart2,rec_arr,100); to receive data from 1st. but, If the data is l...
Posted on September 29, 2016 at 04:29  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 23, 2016 at 08:56 Hi. Mypurpose is receive data from usart and write it into file in SD card. I use SDIO 1wire and STM32cube MX. this is my code #include ''stm32f4xx_hal.h'' #include ''fatfs.h'' SD_HandleTypeDef hsd; HAL_S...