• 大小: 2.03MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-04
  • 语言: 其他
  • 标签: uCOS-III  3.04  +uc-USBD  for  

资源简介

uCOS-III 3.04 +uc-USBD for STM32F4 官方模版

资源截图

代码片段和文件信息

/*
*********************************************************************************************************
*                                     MICIRUM BOARD SUPPORT PACKAGE
*
*                             (c) Copyright 2011; Micrium Inc.; Weston FL
*
*               All rights reserved.  Protected by international copyright laws.
*               Knowledge of the source code may NOT be used to develop a similar product.
*               Please help us continue to provide the embedded community with the finest
*               software available.  Your honesty is greatly appreciated.
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*
*                                        BOARD SUPPORT PACKAGE
*
*                                     ST Microelectronics STM32
*                                              on the
*
*                                         STM3240G-EVAL
*                                        Evaluation Board
*
* Filename      : bsp.c
* Version       : V1.00
* Programmer(s) : FF
*********************************************************************************************************
*/


/*
*********************************************************************************************************
*                                             INCLUDE FILES
*********************************************************************************************************
*/

#define   BSP_MODULE
#include  


/*
*********************************************************************************************************
*                                            LOCAL DEFINES
*********************************************************************************************************
*/

#define  BSP_BIT_RCC_PLLCFGR_PLLM               25u
#define  BSP_BIT_RCC_PLLCFGR_PLLN              336u
#define  BSP_BIT_RCC_PLLCFGR_PLLP                2u
#define  BSP_BIT_RCC_PLLCFGR_PLLQ                7u


#define  BSP_GPIOG_LED1                        DEF_BIT_06
#define  BSP_GPIOG_LED2                        DEF_BIT_08
#define  BSP_GPIOI_LED3                        DEF_BIT_09
#define  BSP_GPIOC_LED4                        DEF_BIT_07

/*
*********************************************************************************************************
*                                           LOCAL CONSTANTS
*********************************************************************************************************
*/


/*
*********************************************************************************************************
*                                          LOCAL DATA TYPES
*********************************************************************************************************
*/


/*
****************************

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-03-19 17:02  Micrium\Software\
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\ST\
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\
     文件       28555  2013-01-24 10:03  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\bsp.c
     文件       26027  2013-01-24 10:03  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\bsp.h
     文件       19564  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\bsp_int.c
     文件       14112  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\bsp_periph.c
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\IAR\
     文件       21589  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\IAR\cstartup.c
     文件        1592  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\IAR\STM32F4xx_FLASH.icf
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\
     目录           0  2013-03-19 17:02  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\
     文件        6792  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\misc.h
     文件       32417  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_adc.h
     文件       27186  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_can.h
     文件        2284  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_crc.h
     文件       12528  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_cryp.h
     文件       14814  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_dac.h
     文件        4164  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_dbgmcu.h
     文件       12845  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_dcmi.h
     文件       28750  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_dma.h
     文件        7880  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_exti.h
     文件       14463  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_flash.h
     文件       27044  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_fsmc.h
     文件       17569  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_gpio.h
     文件        8952  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_hash.h
     文件       31516  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_i2c.h
     文件        4191  2012-11-08 10:31  Micrium\Software\EvalBoards\ST\STM3240G-EVAL\BSP\ST\STM32F4xx\inc\stm32f4xx_iwdg.h
............此处省略188个文件信息

评论

共有 条评论