搜索资源列表
4.2_led_test
- void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user interface uart_printf(\"\\n\\r Led Test Example\\n\") for( ) { led_test() } }-void Main (void) (sys_init () / / Initial
4.7_watchdog_test
- void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART wdtimer_test() // test start }-void Main (void) (sys_init () / / Initial 44 B0X's Interrupt. Port and UART wdtimer_test () / / start
clock.tar
- 基于s3c2410平台开发的程序,实现了mmu、clock、interrupt、uart等功能,对学习s3c2410,学习arm,学习bootloader有很大帮助。
vividriver
- s3c2410嵌入式引导程序vivi中的驱动部分,已分成单个的实验,包括mmu、sdram、uart、timer、interrupt等,可按每个实验单独学习一个内容
ARM
- 详细介绍了ARM9的系统结构,存储器配置,DMA、ADC和触摸屏、中断控制器、I/O、PWM、UART等-Details on the ARM9 architecture, memory configuration, DMA, ADC and touch screen, interrupt controller, I/O, PWM, UART, etc.
helloarm
- 基于S3C2440的UART的通信,LED流水灯的实现,以及beep,按键中断控制流水灯速度和beep鸣叫时间-Based on S3C2440 UART communication, LED water lights to achieve, and beep, key interrupt control water light speed and beep tweet time
uart_stdio
- Tiny6410裸机CPU初始化,DDR初始化,Nand启动,按键中断,串口中断-This is a program about tiny6410 without operator system.It has pll init,ddr init,nand init,key interrupt,uart interrupt and so on
Project
- 在开发板FL2440上,我们完成了以下实验: 一、MDK开发环境配置 二、s3c2440时钟系统 三、UART实现串口发送(查询方式)和串口接收(中断方式) 四、按键外部中断并控制LED 五、SDRAM读写操作 六、定时器应用 七、实时时钟(RTC)的使用 八、A/D转换实验 -In the development board FL2440, we completed the following experiment: one, MDK developm
UART
- LPC1768串口例程,包含查询、中断等方式进行数据传输-LPC1768 serial routines, including queries, interrupt data transmission, etc.
UARTcode
- s3c2440通用异步触发器提供3个独立的异步串行I/O,在CPU和UART之间传输数据时UART可以产生中断或DMA请求-s3c2440 universal asynchronous trigger provides three independent asynchronous serial I/O, UART can generate an interrupt or DMA request to transfer data between the CPU and the UART
