实验步骤:
1、将跳线冒跳至USB_OTG,通过Micro USB 线将iCore4 USB-OTG接口与电脑相连。
2、打开设备管理器,可以找到虚拟出来的端口,(特殊情况下如果没有虚拟出端口,我们可以安装官方为我们提供的驱动。具体步骤见代码包)。
3、打开Commix,选择相应端口,即可进行测试。测试方法(http://www.cnblogs.com/xiaomagee/p/5068137.html)。
核心代码:
int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration----------------------------------------------------------*/ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init(); /* USER CODE BEGIN Init */ /* USER CODE END Init */ /* Configure the system clock */ SystemClock_Config(); /* USER CODE BEGIN SysInit */ /* USER CODE END SysInit */ /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_USB_DEVICE_Init(); /* USER CODE BEGIN 2 */ LED_GREEN_ON; /* USER CODE END 2 */ /* Infinite loop */ /* USER CODE BEGIN WHILE */ //½ÓÊÕ·¢ËÍ´¦ÀíÔÚusbd_cdc_if.cÎļþÖÐ while (1) { /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ } /* USER CODE END 3 */ }
源代码下载链接:
链接:http://pan.baidu.com/s/1eSnIDWI 密码:hwnn
iCore4链接: