User Activity

void SystemClock_Config(void){ RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; RCC_PeriphCLKInitTypeDef PeriphClkInit = {0}; /** Configure the main internal regulator output voltage */ __HAL_PWR_VOLTAGESCALING_...
I have development board of ST25RU3993 HPEV. I am testing TAG detection uising GUI application -provided by STM.As this application works using USB interface between STM MCU and HOST. Instead of USB interface I want to check UART communication with H...
I am using ST25RU3993-HPEV. I have tested with GUI application on USB and it is working. Now I want to run HOST application on UART so what changes needs to be done on EVAL to connect on UART and which UART should use?