User Activity

Hello,i have a programm which is sending 2bytes + 16bit CRC from SPI2.There are two STM32F765 on my board. The test programm is generated with CubeIDE and only SPI2 initiallyzed.One MCU is calculating the crc correct and the other is not correct.(Che...
I have STM32F765, did the configuration in CubeMX.I did try to receive with:uint8_t testData[10] = {0,}; HAL_StatusTypeDef status = 0; status = HAL_UART_Receive(&huart4, testData, 5, 2000);This did not work, status was HAL_TIMEOUT(I did try Receive_I...