如何使用keilv5中的多维数据集库(通过USB转移到虚拟COM端口)显示stm32l053r8核心的字符串
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)