搜索资源列表
I2C
- 的I2C由底层到:高层在Keil C语言上开发的程式码,提供的ARM Cortex-M3的与IMU3000EVB基础的的I2C通讯源码-I2C from the bottom to the high-rise development in keil C code, provide the source of the ARM Cortex-M3 IMU3000EVB based I2C communications
实验50 串口IAP实验
- STM32F4基础应用程序和串口对应基础程序,程序代码为C语言,清晰易懂(STM32F4 basic application and serial corresponding basic program, program code is C language, clear and easy to understand)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;