User Activity

i am trying to connect "RFID YHY502CTG" with STM32F407G-DISC1,i have attached the datasheet of RFID,please help me to send and receive data. i am using this code in while loop.while (1){/* USER CODE END WHILE */ /* USER CODE BEGIN 3 */Txdata[0]=0xAA;...
I am trying to connect 2 NUCLEO-G0B1RET6 boards,using CAN FD. I previously did it using CAN, But now i am trying to connect these boards using CAN FD. So far no success,I want to know if it is possible to do it using CANFD.Kindly help me in this rega...
I'm trying to Receive a message "hello" from serial monitor and viewing it on Live expression,but message is not coming as word. It is coming as single letter- H E L L O.char msg[20]="hello\r";HAL_UART_Receive(&huart2,msg,sizeof(msg),1000);i am using...