-
S3C2440 startup assembly code, where it should be noted that at the beginning of...
S3C2440的启动汇编代码,这里要注意的是开头的几个异常跳转,因为ARM不支持中断地址重映射,大家这里要多花心思体会,呵呵!~-S3C2440 startup assembly code, where it should be noted that at the beginning of a few abnormal Jump, because ARM does not support interrupt address re-mapping, everyone here thought it takes experience, huh, huh! ~
- 2022-10-11 15:30:03下载
- 积分:1
-
8051程序员,编程ISP单片机AT89S51,例如,…
8051 programmer, to program any ISP microcontroller, for example Atmel AT89S51, AT89S52, etc
- 2023-01-28 17:10:04下载
- 积分:1
-
WIN2000 版本JTAG使用说明,很详细,很有用
WIN2000 版本JTAG使用说明,很详细,很有用-err
- 2023-09-06 15:40:03下载
- 积分:1
-
4510下的串口扩展,测试通过
4510下的串口扩展,测试通过-4510 under the serial expansion, the test
- 2023-08-14 21:15:03下载
- 积分:1
-
stm32驱动ov7620
基于stm32的小车控制程序,使用的是ov7620摄像头。这是一个完整可以跑的智能车程序。通过设置好GPIO,NVIC,USART,TIMER等等stm32典型的外设去从ov7620获取赛道信息,然后通过模拟处理串口接收回来的数据整合出轨迹从而实现控制。
- 2023-05-05 17:10:03下载
- 积分:1
-
SDT环境下,基于S3C4510的UART模块使用,可用
SDT环境下,基于S3C4510的UART模块使用,可用-SDT environment, based on S3C4510 the UART modules that can be used
- 2023-05-10 07:15:03下载
- 积分:1
-
If you are running this example, will the PC emulation window, the first 1,2,3
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并.
(2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.-If you are running this example, will the PC emulation window, the first 1,2,3-line display some information, at random locations show " 1 " ~ " 5" . Keil c51 as the default does not support the re-entry function, which re- into the function of the weight stack instead of using the simulation using the system stack, while the Small RTOS 51 not been re-stack management, and so TaskA ~ TaskE though its similar, but not combined. (2) compile-time there will be five warnings, One of them is because there is no cause to use a system function OSSendSignal, it can be ignored. The other four are prohibited between the variables covered analyze the task to be ignored. thank User
- 2022-06-19 05:01:57下载
- 积分:1
-
基于DSP56F805的汽车防抱死制动(ABS)测试系统
基于DSP56F805的汽车防抱死制动(ABS)测试系统-on DSP56F805 Anti-lock braking (ABS) test system
- 2023-04-05 08:40:03下载
- 积分:1
-
avr的UART库
可以使用此库,来传输和接收数据通过内置的 UART。
*
* UART 已完成传输时,便会产生中断或
* 接收一个字节。中断处理例程使用循环缓冲区
* 为缓冲接收和传输的数据。
*
* UART_RX_BUFFER_SIZE 和 UART_TX_BUFFER_SIZE 的常量定义
* 以字节为单位的环形缓冲区的大小。请注意这些常量必须是 2 的幂。
* 您可能需要通过添加适应此常量到你们的目标,您的应用程序
* CDEFS + =-DUART_RX_BUFFER_SIZE = nn-DUART_RX_BUFFER_SIZE = nn 您的生成文件。
*
* @note 基于 Atmel 应用注 AVR306
彼得 · 弗勒里 pfleury@gmx.ch http://jump.to/fleury * @author
- 2023-04-17 00:50:03下载
- 积分:1
-
菲利普ARM开发板说明文档,如何运行第一个程序
菲利普ARM开发板说明文档,如何运行第一个程序-Philippe ARM development boards documentation, and how to run an article procedures
- 2022-03-02 23:59:08下载
- 积分:1