-
基于三星44b0的nandflash程序,包括基本操作
基于三星44b0的nandflash程序,包括基本操作-Based on Samsung 44b0 of the NANDFLASH procedures, including basic operation
- 2022-08-18 15:35:37下载
- 积分:1
-
经过检验的4510B的BOOT启动代码,是烧到FLASH里面的呦
经过检验的4510B的BOOT启动代码,是烧到FLASH里面的呦-tested 4510B the BOOT boot code is spread to the inside strove FLASH
- 2022-07-07 01:55:20下载
- 积分:1
-
基于DM6713BIOS的音频处理算法,很有用
基于DM6713BIOS的音频处理算法,很有用-DM6713BIOS-based audio processing algorithms
- 2022-01-27 16:16:52下载
- 积分:1
-
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
-
也不闪光写和读
nor flash write and read
- 2023-07-12 01:45:03下载
- 积分:1
-
msp430 按键程序
msp430 单片机按键试验程序,实现单个按键和多个按键的练习,本程序由C语言编写,实现按键过程是通过函数调用实现的,非常是适合初学者学习。
- 2022-04-30 01:24:10下载
- 积分:1
-
LED灯闪烁
含汇编与c,比较简单但是很实用吧,给初学者学习比较合适,额,就这些吧
- 2022-03-20 19:39:23下载
- 积分:1
-
ARM lpc simulation Bus
ARM lpc 模拟总线-ARM lpc simulation Bus
- 2022-04-22 03:59:32下载
- 积分:1
-
基于ARM的嵌入式系统开发入门学习资料,看过之后可对ARM有更好的了解。...
基于ARM的嵌入式系统开发入门学习资料,看过之后可对ARM有更好的了解。-ARM-based embedded system development started learning materials, after reading the ARM may have a better understanding.
- 2023-02-20 04:25:03下载
- 积分: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