资源简介
基于STM32F103的SNY6288语音播放源码;可以直接在KEIL5中运行;
代码片段和文件信息
/**************************************************************************//**
* @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 2018-11-16 09:28 SNY6288\
目录 0 2018-11-16 14:55 SNY6288\OBJ\
文件 388944 2018-11-16 14:55 SNY6288\OBJ\main.o
文件 1601 2018-11-16 11:47 SNY6288\OBJ\led.d
文件 1976 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_usart.d
文件 352398 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_gpio.crf
文件 3942 2018-11-16 11:43 SNY6288\OBJ\core_cm3.crf
文件 387352 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_gpio.o
文件 354572 2018-11-16 11:19 SNY6288\OBJ\usart.crf
文件 1562 2018-11-16 11:47 SNY6288\OBJ\sys.d
文件 350566 2018-11-16 11:47 SNY6288\OBJ\led.crf
文件 386936 2018-11-16 11:19 SNY6288\OBJ\usart.o
文件 11216 2018-11-16 11:43 SNY6288\OBJ\core_cm3.o
文件 538 2018-11-16 14:55 SNY6288\OBJ\USART.lnp
文件 381004 2018-11-16 11:43 SNY6288\OBJ\misc.o
文件 389428 2018-11-16 13:06 SNY6288\OBJ\usart2.o
文件 63 2018-11-16 11:43 SNY6288\OBJ\startup_stm32f10x_hd.d
文件 354511 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_usart.crf
文件 381364 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_it.o
文件 348900 2018-11-16 11:43 SNY6288\OBJ\misc.crf
文件 1669 2018-11-16 11:47 SNY6288\OBJ\delay.d
文件 1892 2018-11-16 11:43 SNY6288\OBJ\system_stm32f10x.d
文件 391824 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_rcc.o
文件 1845 2018-11-16 14:55 SNY6288\OBJ\syn6288.d
文件 1943 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_gpio.d
文件 26459 2018-11-16 14:55 SNY6288\OBJ\USART_Target 1.dep
文件 354576 2018-11-16 14:55 SNY6288\OBJ\main.crf
文件 391488 2018-11-16 11:43 SNY6288\OBJ\stm32f10x_usart.o
文件 382580 2018-11-16 11:47 SNY6288\OBJ\led.o
文件 1778 2018-11-16 14:55 SNY6288\OBJ\USART.build_log.htm
文件 1863 2018-11-16 14:55 SNY6288\OBJ\main.d
............此处省略214个文件信息
相关资源
- STM32测输入信号频率
- STM32控制P10LED
- 一个月学会嵌入式开发STM32共23个PPT
- STM32F042F6 USB虚拟串口例程
- STM32_FAT32文件系统
- 嵌入式stm32开发——基于红外的万能遥
- STM32 的 SIM 卡数据读写
- 一个嵌入式工程师的stm32开发日记
- ESP8266LED.zip
- stm32f407舵机控制程序
- stm32驱动AD7992/AD7993用硬件SPI和模拟方
- 32流量计.rar
- stm32f10x工程模板
- Proteus仿真stm32串口proteus工程+keil工程
- STM32 MODBUS主机程序
- STM32控制步进电机梯形加速
- 高级定时器TIM1 四个通道输出不同频率
- LD3320语音模块STM32
- stm32f103 RT_Thread lwip移植步骤说明
- 基于STM32单片机的智能浇水系统.pdf
- 电子-复件实验15RTC模拟指针时钟实验
- STM32L0x1参考手册.pdf
- STM32通过串口HC05蓝牙控制LED的源码
- STM32的SPI通信总结(含DMA).pdf
- STM32 多路超声波程序亲测好用
- 基于STM32的万用表代码
- STM32程序使用VS1053和2401做对讲机
- 基于STM32的远程视频传输实现
- MPU6050姿态解算STM32源码卡尔曼滤波
- mpu6050程序 stm32
评论
共有 条评论