Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 11 months ago.
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)