资源简介
我们做电赛用的stm32精英版,做的写字机,用按键控制,key0向下 选择文件,key1向上选择文件,wakeup 确认键。gcode文件放在sd卡根目录下,转换为txt格式。具体的引脚见txt.h文件。笔是主轴控制的!!!平面雕刻!!!里面有联机模式,可以自己测试下
代码片段和文件信息
/**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (ARM) is supplying this software for use with Cortex-M
* processor based microcontrollers. This file can be freely distributed
* within development tools that are supporting such ARM based processors.
*
* @par
* THIS SOFTWARE IS PROVIDED “AS IS“. NO WARRANTIES WHETHER EXPRESS IMPLIED
* OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
* ARM SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
* CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
*
******************************************************************************/
#include
/* define compiler specific symbols */
#if defined ( __CC_ARM )
#define __ASM __asm /*!< asm keyword for ARM Compiler */
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
#elif defined ( __ICCARM__ )
#define __ASM __asm /*!< asm keyword for IAR Compiler */
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only avaiable in High optimization mode! */
#elif defined ( __GNUC__ )
#define __ASM __asm /*!< asm keyword for GNU Compiler */
#define __INLINE inline /*!< inline keyword for GNU Compiler */
#elif defined ( __TASKING__ )
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
#endif
/* ################### Compiler specific Intrinsics ########################### */
#if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/
/* ARM armcc specific functions */
/**
* @brief Return the Process Stack Pointer
*
* @return ProcessStackPointer
*
* Return the actual process stack pointer
*/
__ASM uint32_t __get_PSP(void)
{
mrs r0 psp
bx lr
}
/**
* @brief Set the Process Stack Pointer
*
* @param topOfProcStack Process Stack Pointer
*
* Assign the value ProcessStackPointer to the MSP
* (process stack pointer) Cortex processor register
*/
__ASM void __set_PSP(uint32_t topOfProcStack)
{
msr psp r0
bx lr
}
/**
* @brief Return the Main Stack Pointer
*
* @return Main Stack Pointer
*
* Return the curren
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-05-10 19:21 实验39 FATFS实验TIM1\
目录 0 2019-05-10 19:21 实验39 FATFS实验TIM1\CORE\
文件 17273 2010-06-07 10:25 实验39 FATFS实验TIM1\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 实验39 FATFS实验TIM1\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 实验39 FATFS实验TIM1\CORE\startup_stm32f10x_hd.s
目录 0 2019-05-10 19:21 实验39 FATFS实验TIM1\DebugConfig\
文件 6956 2015-12-10 17:06 实验39 FATFS实验TIM1\DebugConfig\Target_1_STM32F103VC.dbgconf
文件 6956 2015-12-10 17:06 实验39 FATFS实验TIM1\DebugConfig\Target_1_STM32F103ZE.dbgconf
文件 6956 2015-12-10 17:06 实验39 FATFS实验TIM1\DebugConfig\Target_1_STM32F103ZE_1.0.0.dbgconf
目录 0 2019-05-10 19:21 实验39 FATFS实验TIM1\FATFS\
目录 0 2019-05-10 19:21 实验39 FATFS实验TIM1\FATFS\doc\
文件 3425 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\css_e.css
文件 3840 2015-02-12 20:17 实验39 FATFS实验TIM1\FATFS\doc\css_j.css
文件 125 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\css_p.css
目录 0 2019-05-11 15:26 实验39 FATFS实验TIM1\FATFS\doc\en\
目录 0 2019-05-10 19:21 实验39 FATFS实验TIM1\FATFS\doc\img\
文件 1063 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\app1.c
文件 1609 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\app2.c
文件 3810 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\app3.c
文件 10365 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\app4.c
文件 1414 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\f1.png
文件 1458 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\f2.png
文件 1039 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\f3.png
文件 2335 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\f4.png
文件 2479 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\f5.png
文件 1464 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\f6.png
文件 11388 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\f7.png
文件 14357 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\funcs.png
文件 5521 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\la
文件 3843 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\la
文件 3741 2015-02-11 12:11 实验39 FATFS实验TIM1\FATFS\doc\img\la
............此处省略597个文件信息
- 上一篇:zabbix安装包
- 下一篇:dbc2excel-master.zip
相关资源
- stm32 寄存器版开发教程
- STM32 人脸识别 战舰开发板 测试通过
- 基于STM32F104的寻迹避障小车设计源码
- 基于STM32F4的US100超声波传感器测距
- 基于stm32的字符识别卡在内存上了
- 机智云APP控制STM32战舰V3的LED和蜂鸣器
- STM32F407信号发生器整体代码.zip
- 德飞莱STM32F103ZET6的配套程序
- stm32驱动鹰眼OV7725源码与所有的资料
- STM32L1XX最新固件库
- STM32.rar
- 基于stm32的触摸屏电子秤
- 基于STM32F429的语音识别交互系统
- STM32从入门到精通
- 基于stm32的灭火器
- 基于stm32f767的OLED显示代码
- STM32_ds18b20_oled显示
- STM32 ADC/I2C +UART编程
- HC-05蓝牙模块使用资料包STM32控制程序
- stm32c8t6主控的鼠标键盘
- 基于Cortex-M3的远程温湿度监测系统
- 基于STM32F334的buck电路开关电源的PCB版
- STM32心跳采集程序加labview实时显示系
- STM32F103C8T6+USBHID通信+USB调试助手
- STM32F103GRBL脱机代码-带屏幕控制
- STM32光栅尺采集例程
- STM32F103驱动CCS811
- stm32 搭载RFID模块实现的无人超市自助
- STM32F030& 051青风全套教程和程序例程
- AD9854模块测试代码51,STM32,FPGA,芯片
评论
共有 条评论