-
S3C2410 Bootloader
S3C2410的bootloader-S3C2410 Bootloader
- 2022-03-07 08:01:41下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分:1
-
Uart (from the way)
Atmel Uart C51程序(从方式)-Uart (from the way)
- 2022-02-26 03:26:51下载
- 积分:1
-
a relatively good start Samsung Porting the code,
一个比较好的三星s3c4510的启动代码,-a relatively good start Samsung Porting the code,
- 2022-01-25 17:35:47下载
- 积分:1
-
MIPS BSP算法
psos for mips bsp
- 2022-02-24 16:17:02下载
- 积分:1
-
STM32的PWM详细例程,能够使用的,下载完了要给点回复哦!
STM32的PWM详细例程,能够使用的,下载完了要给点回复哦!-STM32 detailed the PWM routines, can use to download the end-point to give back Oh!
- 2022-06-19 01:54:08下载
- 积分:1
-
msp430 按键程序
msp430 单片机按键试验程序,实现单个按键和多个按键的练习,本程序由C语言编写,实现按键过程是通过函数调用实现的,非常是适合初学者学习。
- 2022-04-30 01:24:10下载
- 积分:1
-
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits...
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to see if the downloader is trying to connect. If not,
then the bootloader gives up control and jumps to your program. If the
downloader is trying to connect, then the bootloader receives the new
program over USB and writes it into flash.
- 2022-07-02 10:50:21下载
- 积分:1
-
USB Code for ARM7 using Virtual Com Port based on LPC23xx
USB Code for ARM7 using Virtual Com Port based on LPC23-USB Code for ARM7 using Virtual Com Port based on LPC23xx
- 2023-03-08 12:05:03下载
- 积分:1
-
NAND闪存的控制逻辑
nand flash control logic
- 2023-05-28 03:25:02下载
- 积分:1