首页| 行业标准| 论文文档| 电子资料| 图纸模型
购买积分 购买会员 激活码充值

您现在的位置是:团子下载站 > 其他 > 基于stm32f103c8t6的nrf24l01的测试收发程序

基于stm32f103c8t6的nrf24l01的测试收发程序

  • 资源大小:10689KB
  • 上传时间:2021-08-20
  • 下载次数:0次
  • 浏览次数:45次
  • 资源积分:1积分
  • 标      签: STM32F103C8T6 nRF24L01 STM32

资 源 简 介

基于stm32f103c8t6的nrf24l01的测试收发程序   ARM Macro Assembler Page 1   1 00000000 ;******************** (C) COPYRIGHT 2010 STMicroelectron   ics ********************   2 00000000 ;* File Name : startup_stm32f10x_md.s   3 00000000 ;* Author : MCD ApplicaTIon Team   4 00000000 ;* Version : V3.4.0   5 00000000 ;* Date : 10/15/2010   6 00000000 ;* DescripTIon : STM32F10x Medium Density Devices   vector table for MDK-ARM   7 00000000 ;* toolchain.   8 00000000 ;* This module performs:   9 00000000 ;* - Set the iniTIal SP   10 00000000 ;* - Set the iniTIal PC == Reset_Ha   ndler   11 00000000 ;* - Set the vector table entries w   ith the exceptions ISR address   12 00000000 ;* - Configure the clock system   13 00000000 ;* - Branches to __main in the C li   brary (which eventually   14 00000000 ;* calls main())。   15 00000000 ;* After Reset the CortexM3 process   or is in Thread mode,   16 00000000 ;* priority is Privileged, and the   Stack is set to Main.   17 00000000 ;* 《《《 Use Configuration Wizard in Context Menu 》》》   18 00000000 ;*******************************************************   ************************   19 00000000 ; THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS A   T PROVIDING CUSTOMERS   20 00000000 ; WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN OR   DER FOR THEM TO SAVE TIME.   21 00000000 ; AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIAB   LE FOR ANY DIRECT,   22 00000000 ; INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY   CLAIMS ARISING FROM THE   23 00000000 ; CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOM   ERS OF THE CODING   24 00000000 ; INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR   PRODUCTS.   25 00000000 ;*******************************************************   ************************   26 00000000   27 00000000 ; Amount of memory (in bytes) allocated for Stack   28 00000000 ; Tailor this value to your application needs   29 00000000 ; 《h》 Stack Configuration   30 00000000 ; 《o》 Stack Size (in Bytes) 《0x0-0xFFFFFFFF:8》   31 00000000 ; 《/h》   32 00000000   33 00000000 00000400   Stack_Size   EQU 0x00000400   34 00000000   35 00000000 AREA STACK, NOINIT, READWRITE, ALIGN   =3   36 00000000 Stack_Mem   SPACE Stack_Size   37 00000400 __initial_sp   38 00000400   39 00000400   40 00000400 ; 《h》 Heap Configuration
VIP VIP