labview实验例程(STM32 USB)


利用labview开发的STM32单片机USB程序,包括上位机的枚举,数字电压表,光敏电阻波形,DS18B20温度显示,热敏电阻波形显示,USB控制LED灯,波形回访等。
资源截图
代码片段和文件信息
/**************************************************************************//**
 * @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

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

     文件      20715  2010-02-10 13:40  12、LabVIEW实验例程(STM32 USB)10、LabVIEW波形回放12864 LCD显示的波形.JPG

     文件    1174266  2010-02-10 13:44  12、LabVIEW实验例程(STM32 USB)10、LabVIEW波形回放labview显示的波形.bmp

     文件      14151  2011-03-10 10:45  12、LabVIEW实验例程(STM32 USB)10、LabVIEW波形回放LabVIEW波形回放.vi

     文件       3006  2008-12-16 22:11  12、LabVIEW实验例程(STM32 USB)10、LabVIEW波形回放lv.txt

     文件       7919  2011-07-26 09:48  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表LabVIEWConvert Hex String to ASCII Hex.vi

     文件      17868  2011-08-01 22:05  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表LabVIEWfind com.vi

     文件      47955  2010-07-18 20:35  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表LabVIEWLabVIEW波形显示 - 数字电压表.PNG

     文件      53240  2011-08-11 10:26  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表LabVIEWmain.vi

     文件        403  2010-07-18 17:42  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表LabVIEW
eadme.txt

     文件      25160  2009-01-05 23:05  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表LabVIEW数码管字体NI7SEG.TTF

     文件      49588  2009-01-05 23:05  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表LabVIEW数码管字体NISYSTEM.TTF

     文件       2378  2010-10-10 14:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32inchw_config.h

     文件       2842  2010-07-05 16:00  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incplatform_config.h

     文件       3438  2011-07-26 09:43  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incstm32f10x_conf.h

     文件       2339  2011-08-26 10:21  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incstm32f10x_it.h

     文件       8738  2010-07-05 16:00  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incusb_conf.h

     文件       2939  2010-07-05 16:00  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incusb_desc.h

     文件       3903  2010-07-05 16:00  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incusb_istr.h

     文件       3491  2010-07-05 16:00  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incusb_prop.h

     文件       2246  2010-07-05 16:00  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32incusb_pwr.h

     文件      17273  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3CoreSupportcore_cm3.c

     文件      85714  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3CoreSupportcore_cm3.h

     文件      19836  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTRelease_Notes_for_STM32F10x_CMSIS.html

     文件      15761  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTSTM32F10xstartuparmstartup_stm32f10x_cl.s

     文件      15498  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTSTM32F10xstartuparmstartup_stm32f10x_hd.s

     文件      12371  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTSTM32F10xstartuparmstartup_stm32f10x_ld.s

     文件      13651  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTSTM32F10xstartuparmstartup_stm32f10x_ld_vl.s

     文件      12760  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTSTM32F10xstartuparmstartup_stm32f10x_md.s

     文件      14068  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTSTM32F10xstartuparmstartup_stm32f10x_md_vl.s

     文件      15950  2010-07-05 15:59  12、LabVIEW实验例程(STM32 USB)1、LabVIEW波形显示--数字电压表STM32LibrariesCMSISCM3DeviceSupportSTSTM32F10xstartuparmstartup_stm32f10x_xl.s

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)