资源简介

这个是一个智慧农业项目的半成品包含:
采集板:2.4G FSK与采集主板通讯,汇集多位置数据 ,锂电池,充电电路
采集汇集主板:GPRS与服务器通讯 IAP远程升级,带BOOTLoader部分
PC端:生产时测试功能使用
服务器:delphi开发
使用STM32F103开发
所有电路板提供了电路图。

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      28523  2018-08-19 14:32  智慧农业PC端\main.dfm

     文件      28033  2018-08-19 14:32  智慧农业PC端\main.pas

     文件        249  2018-08-19 14:32  智慧农业PC端\MainBoardControl.dpr

     文件      27068  2018-08-19 14:32  智慧农业PC端\MainBoardControl.dproj

     文件        733  2018-08-19 14:32  智慧农业PC端\MainBoardControl.dproj.local

     文件        134  2018-08-19 14:32  智慧农业PC端\MainBoardControl.identcache

     文件      62704  2018-08-19 14:32  智慧农业PC端\MainBoardControl.res

     文件        178  2018-08-19 14:32  智慧农业PC端\MainBoardControl.stat

     文件     144645  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnCommon.dcu

     文件      12168  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnConsts.dcu

     文件     167875  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnDebug.dcu

     文件      20167  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnEdit.dcu

     文件      67110  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnFmxUtils.dcu

     文件      37365  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnIni.dcu

     文件       8522  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnIniStrUtils.dcu

     文件     108630  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnPropSheetFrm.dcu

     文件      25937  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CnStream.dcu

     文件     124419  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CPort.dcu

     文件     107342  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CPortCtl.dcu

     文件      16140  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CPortEsc.dcu

     文件       6728  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CPortSetup.dcu

     文件       7817  2018-08-19 14:32  智慧农业PC端\Win32\Debug\CPortTrmSet.dcu

     文件      52537  2018-08-19 14:32  智慧农业PC端\Win32\Debug\main.dcu

     文件   30350054  2018-08-19 14:32  智慧农业PC端\Win32\Debug\MainBoardControl.exe

     文件      27820  2018-08-19 14:32  智慧农业PC端\__history\main.dfm.~192~

     文件      27820  2018-08-19 14:32  智慧农业PC端\__history\main.dfm.~193~

     文件      27979  2018-08-19 14:32  智慧农业PC端\__history\main.dfm.~194~

     文件      28010  2018-08-19 14:32  智慧农业PC端\__history\main.dfm.~195~

     文件      27988  2018-08-19 14:32  智慧农业PC端\__history\main.dfm.~196~

     文件      28308  2018-08-19 14:32  智慧农业PC端\__history\main.dfm.~197~

............此处省略1713个文件信息

评论

共有 条评论