-
stm32f407 EXTI
此示例演示如何配置外部中断线路。
在此示例中,灭绝 Line0 (其中 PA0 引脚连接) 配置为生成
对每个上升沿中断。中断例程中 led 连接到
PD.12 针是进行切换。
- 2023-04-28 16:30:03下载
- 积分:1
-
ADI的DDS_AD9834代码参考
应用背景ADI的DDS芯片AD9834,可以进行扫频,点频程序,实现频率的输出,可以修改后,运用到DSP/ARM等嵌入式芯片中。关键技术兼具点频模式和频率扫描模式;上位机选择工作方式;输入数值,单位:Hz;单片机串口工作方式1,波特率9600
- 2022-02-05 07:22:25下载
- 积分:1
-
ARM Bootloader source code Ver1.1.0
ARM Boot 程序源码 1.1.0.rar-ARM Bootloader source code Ver1.1.0
- 2022-03-20 12:51:13下载
- 积分:1
-
在DMA模式下的SPI通信
这是一个基于stm32的程序文件,通过DMA方式的spi通信,部分功能按自己需求自己添加,部分引脚按自己情况稍加修改。
- 2022-03-02 05:35:10下载
- 积分:1
-
rrerwwwwsx
- 2022-03-22 04:46:46下载
- 积分:1
-
ARM Cortex
ARM cortex-M3系列处理器的代码,包括正交编码器接口QEI、中断控制Interrupt、硬件类型定义hw_types。(IAR环境工程)-ARM cortex-M3 family of processors code, including quadrature encoder interface, QEI, interrupt control Interrupt, the hardware type definition hw_types. (IAR Environmental Engineering)
- 2022-03-01 19:58:59下载
- 积分:1
-
通常我们需要将板上的Flash芯片拆下,用Flash编程器烧写固件程序;这个程序可以通过CCS运行Emu模式直接将程序烧写到flash芯片中。...
通常我们需要将板上的Flash芯片拆下,用Flash编程器烧写固件程序;这个程序可以通过CCS运行Emu模式直接将程序烧写到flash芯片中。-Usually we need to board the Flash chip removed, Programming with Flash burning device firmware procedures; This procedure can be run through the CCS model Emu directly to the process of burning flash chip.
- 2022-02-26 12:06:10下载
- 积分:1
-
Example scheduler in hcs12
Example scheduler in hcs12
- 2022-03-17 18:06:37下载
- 积分:1
-
stm32f10x GPIO
#include
#include "STM32_Init.h"
int main (void)
{
int i=0;
stm32_Init(); // Init System
GPIOB->CRL = 0x22222222; // bit0~7 output(push-pull)
GPIOB->CRH = 0x22222222; // bit8~14 output(push-pull)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 18:51:04下载
- 积分:1
-
2440的flash驱动,通过串口接收上位机信息,然后写入flash中,自带flash检测程序...
2440的flash驱动,通过串口接收上位机信息,然后写入flash中,自带flash检测程序-2440 of the flash drive through the PC serial port to receive information, and then written into the flash, the onboard flash detection procedures
- 2022-03-02 01:23:43下载
- 积分:1