ST公司还提供了完善的外部中断接口库函数,其对应的文件名为()。
A. stm32f10x_adc.c
B. stm32f10x_exti.c
C. stm32f10x_rcc.c
D. stm32f10x_rtc.c
查看答案
STM32F103ZET6支持( )个可屏蔽中断。
A. 40
B. 58
C. 68
D. 60
STM32的所有端口都有外部中断能力。当使用外部中断线时,相应的引脚可以配置成( ) 模式 。
A. 推挽输出
B. 模拟输入
C. 复用推挽输出
D. 下拉输入
如果要删除Information表中NO字段为‘0001’的记录,则可以使用命令
A. DELETE from information where NO=‘0001’
B. UPdate TABLE information where NO=‘0001’
C. DROP TABLE information where NO=‘0001’
D. ALTER TABLE information where NO=‘0001’
Truncate语句并不更新事务处理日志
A. 对
B. 错