Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - SST
Search - SST - List
SCMlostmj
DL : 0
我再学习单片机的时候积累的代码。 特别适用于SST单片机-When I re-accumulation of learning MCU code. Especially for SST SCM
Update : 2024-05-16 Size : 1926144 Publisher : 海到无涯

超级简单的一个任务调度器,是量子编程的作者写的,非常实用-Almost all embedded systems are event-driven most of the time they wait for some event such as a time tick, a button press, a mouse click, or the arrival of a data packet. After recognizing the event, the systems react by performing the appropriate computation. This reaction might include manipulating the hardware or generating secondary, "soft" events that trigger other internal software components. Once the event-handling action is complete, such reactive systems enter a dormant state in anticipation of the next event.1 Ironically, most real-time kernels or RTOSes for embedded systems force programmers to model these simple, discrete event reactions using tasks structured as continuous endless loops. To us this seems a serious mismatch--a disparity that s responsible for much of the familiar complexity of the traditional real-time kernels. In this article we ll show how matching the discrete event nature typical of most embedded systems with a simple run-to-completion (RTC) kerne
Update : 2024-05-16 Size : 45056 Publisher : trey21ic

CSharp1602
DL : 0
SST’s 25 series Serial Flash family features a four-wire, SPI-compatible interface that allows for a low pin-count package which occupies less board space and ultimately lowers total system costs. The SST25VF016B devices are enhanced with improved operating frequency and even lower power consumption than the original SST25VFxxxA devices. SST25VF016B SPI serial flash memories are manufactured with SST’s proprietary, high-performance CMOS SuperFlash technology. The split-gate cell design and thick-oxide tunneling injector attain better reliability and manufacturability compared with alternate approaches
Update : 2024-05-16 Size : 5120 Publisher : ldc

SCMspi
DL : 0
SPI硬件驱动, 用于NXPP89LV51RD2与SST的Flash通讯.-SPI HardDriver
Update : 2024-05-16 Size : 3072 Publisher : chevkio

SST SPI Flash操作源码,由于对SPI Flash不慎了解,因此找来进行研究,希望与大家共同进步-SST SPI Flash operation source, because of the SPI Flash careless about, so got to study, hope we can progress together
Update : 2024-05-16 Size : 444416 Publisher : 王海涛

DL : 0
基于sst 8051F340的 usb程序-Procedures based on sst 8051F340 the usb
Update : 2024-05-16 Size : 143360 Publisher : wangsheng

DL : 0
矽创ST2331 photoview程序,使用6502汇编语言、SST-10矽创编译环境编译-ST2331 photoview silicon innovation process, using 6502 assembly language, SST-10 silicon compiler build environment record
Update : 2024-05-16 Size : 891904 Publisher : 啥也不会

SST官方的FLASH驱动程序,是C语言的 FLASH是SPI串口的-FLASH SST official driver, is the C language is the SPI serial FLASH
Update : 2024-05-16 Size : 4096 Publisher : tears

DL : 0
DataSheet for NOR Flash Memory SST Make
Update : 2024-05-16 Size : 295936 Publisher : harshada

DL : 0
可以将sstab控件改变颜色 令您的界面设计跟好看 使用了子类化编程-change sstab
Update : 2024-05-16 Size : 14336 Publisher : 温南

DL : 0
sst MCU data sheet,it is very usefull.
Update : 2024-05-16 Size : 1057792 Publisher : lamapig

SST仿真芯片的使用方法。可在AE主机上实现在线仿真-SST simulation chip use method AE host in implementing online simulation
Update : 2024-05-16 Size : 247808 Publisher : 崔建新

DL : 0
介绍ISP(In_system_program)方法,以及在SST和STC单片机上的实现方法-Introduce ISP (In_system_program) method, and the SST and the STC on the Implementation of SCM
Update : 2024-05-16 Size : 63488 Publisher : 阿邹

DL : 0
sst 单片机下载器可以不程序下载到sst单片机中,还可以进行在线调试-sst SCM Downloader can not download to the sst microcontroller can also be used online debugging
Update : 2024-05-16 Size : 67584 Publisher : 何润东

该电子文档详细介绍了sst单片机下载器的说明书,详细介绍了其使用过程。-The electronic document details the sst SCM downloader instructions, details of their use of the process.
Update : 2024-05-16 Size : 324608 Publisher : 何润东

SCMmyxj
DL : 0
介绍了用sst单片机做的一个下载器,有原理图-Microcontroller to do with the sst introduced a download, a schematic
Update : 2024-05-16 Size : 717824 Publisher : 何润东

DL : 0
关于SST开发板的练习程序,包含蜂鸣器、发光二极管、LCD、数码管的基本操作-Development Board on the SST exercise program, including buzzer, LED, LCD, digital control of the basic operation
Update : 2024-05-16 Size : 183296 Publisher : 半导体

DL : 0
用sst单片机控制三轮小车自动巡线程序,小车使用光电对管做传感器。-Sst car with three rounds of automated SCM transmission line program, the car made use of optical sensors on the tube.
Update : 2024-05-16 Size : 51200 Publisher : zhaoxin

DL : 1
stm32键盘中断实验 gps gui -stm32 keyboard interrupt test
Update : 2024-05-16 Size : 1916928 Publisher : 广东

DL : 0
#define STC /*定义为STC单片机(如果是SST单片机则去掉此行)*/ /************************************************************************** * SFR Memory Addresses **************************************************************************/ sfr SFCF = 0xB1 /*SuperFlash Configuration*/ sfr SFCM = 0xB2 /*SuperFlash Command*/ sfr SFAL = 0xB3 /*SuperFlash Address Low*/ sfr SFAH = 0xB4 /*SuperFlash Address High*/ sfr SFDT = 0xB5 /*SuperFlash Data*/ sfr SFST = 0xB6 /*SuperFlash Status*/ -# Define STC /* is defined as the STC microcontroller (MCU SST if you remove this line)*//*************************************************************************** SFR Memory Addresses**************************************************************************/ sfr SFCF = 0xB1 /* SuperFlash Configuration*/sfr SFCM = 0xB2 /* SuperFlash Command*/sfr SFAL = 0xB3 /* SuperFlash Address Low*/sfr SFAH = 0xB4 /* SuperFlash Address High*/sfr SFDT = 0xB5 /* SuperFlash Data*/sfr SFST = 0xB6 /* SuperFlash Status* /
Update : 2024-05-16 Size : 21504 Publisher : liang
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.