STM32采集电压需要启动AD,下面哪行指令是启动AD的
A: HAL_Delay(1000);
B: HAL_ADC_Start(&hadc1);
C: HAL_ADC_PollForConversion(&hadc1,0xffff);
D: temp=HAL_ADC_GetValue(&hadc1);
A: HAL_Delay(1000);
B: HAL_ADC_Start(&hadc1);
C: HAL_ADC_PollForConversion(&hadc1,0xffff);
D: temp=HAL_ADC_GetValue(&hadc1);
B
举一反三
- Both Hal and I were ___________________(tremendous)excited about the possibility.
- 以下哪个STM32软件开发库支持的硬件系列最多( )。 A: STM32 Snippets B: HAL库 C: Standard Peripherals Library D: LL库
- ST公司提供的适用STM32开发的软件库有( )。 A: STM32 Snippets B: HAL库 C: Standard Peripherals Library D: LL库
- Hal didn't get the job_________ he applied for. A: where B: that
- ADC启动之后,可以通过查询ADCCON1的( )状态位,判断AD转换是否结束。
内容
- 0
HAL库的可移植性和可读性比标准外设库更好。
- 1
KEY、LCD、UART、LED四种驱动,有几种在HAL层
- 2
HAL目录包含了与相关的配置驱动及操作函数
- 3
代表文件缓存管理的函数前缀是()。 A: Ex B: Ke C: HAL D: Cc
- 4
ADC 0809的转换启动信号start的有效状态是( )有效。