This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

virtual com port using stm32l053r8 cube libaries in keil (via USB to virtual com port)

how to display a string from stm32l053r8 nucleo using cube libraries in keilv5 (via USB to virtual com port)
****************************************
code:

if( HAL_ADC_Start(&hadc) != HAL_OK) return 0; if (HAL_ADC_Start_DMA(&hadc, (uint32_t*)ADC1ConvertedValues, 2048) != HAL_OK) // return 0; temp=HAL_ADC_GetValue ( &hadc );

need to display the temp value through usb in virtual com port (teraterm)