91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 18.66MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-13
  • 語言: 其他
  • 標簽: CAN通信??STM32??

資源簡介

STM32F105 為互聯性單片機,其有兩個 CAN 接口。再配合串 口調試助手來完成測試。分別就標準幀和擴展幀進行了測試,給出了標準幀的4種測試情況,和擴展幀的測試情況。用文檔的方式記錄了整個測試過程,適合初學者學習理解使用。

資源截圖

代碼片段和文件信息

/**
??******************************************************************************
??*?@file????misc.c
??*?@author??MCD?Application?Team
??*?@version?V3.6.1
??*?@date????05-March-2012
??*?@brief???This?file?provides?all?the?miscellaneous?firmware?functions?(add-on
??*??????????to?CMSIS?functions).
??******************************************************************************
??*?@attention
??*
??*?

©?COPYRIGHT?2012?STMicroelectronics


??*
??*?Licensed?under?MCD-ST?Liberty?SW?License?Agreement?V2?(the?“License“);
??*?You?may?not?use?this?file?except?in?compliance?with?the?License.
??*?You?may?obtain?a?copy?of?the?License?at:
??*
??*????????http://www.st.com/software_license_agreement_liberty_v2
??*
??*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software?
??*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS?
??*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
??*?See?the?License?for?the?specific?language?governing?permissions?and
??*?limitations?under?the?License.
??*
??******************************************************************************
??*/

/*?Includes?------------------------------------------------------------------*/
#include?“misc.h“

/**?@addtogroup?STM32F10x_StdPeriph_Driver
??*?@{
??*/

/**?@defgroup?MISC?
??*?@brief?MISC?driver?modules
??*?@{
??*/

/**?@defgroup?MISC_Private_TypesDefinitions
??*?@{
??*/

/**
??*?@}
??*/?

/**?@defgroup?MISC_Private_Defines
??*?@{
??*/

#define?AIRCR_VECTKEY_MASK????((uint32_t)0x05FA0000)
/**
??*?@}
??*/

/**?@defgroup?MISC_Private_Macros
??*?@{
??*/

/**
??*?@}
??*/

/**?@defgroup?MISC_Private_Variables
??*?@{
??*/

/**
??*?@}
??*/

/**?@defgroup?MISC_Private_FunctionPrototypes
??*?@{
??*/

/**
??*?@}
??*/

/**?@defgroup?MISC_Private_Functions
??*?@{
??*/

/**
??*?@brief??Configures?the?priority?grouping:?pre-emption?priority?and?subpriority.
??*?@param??NVIC_PriorityGroup:?specifies?the?priority?grouping?bits?length.?
??*???This?parameter?can?be?one?of?the?following?values:
??*?????@arg?NVIC_PriorityGroup_0:?0?bits?for?pre-emption?priority
??*????????????????????????????????4?bits?for?subpriority
??*?????@arg?NVIC_PriorityGroup_1:?1?bits?for?pre-emption?priority
??*????????????????????????????????3?bits?for?subpriority
??*?????@arg?NVIC_PriorityGroup_2:?2?bits?for?pre-emption?priority
??*????????????????????????????????2?bits?for?subpriority
??*?????@arg?NVIC_PriorityGroup_3:?3?bits?for?pre-emption?priority
??*????????????????????????????????1?bits?for?subpriority
??*?????@arg?NVIC_PriorityGroup_4:?4?bits?for?pre-emption?priority
??*????????????????????????????????0?bits?for?subpriority
??*?@retval?None
??*/
void?NVIC_PriorityGroupConfig(uint32_t?NVIC_PriorityGroup)
{
??/*?Check?the?parameters?*/
??assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup));
??
??/*?Set?the?PRIGROUP[10:8]?bits?accordin

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????2209232??2019-09-07?17:48??stm32_CAN測試代碼\STM32CAN學習測試_雙CAN測試.pdf

?????文件???????9117??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\misc.h

?????文件??????21825??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_adc.h

?????文件???????7690??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_bkp.h

?????文件??????27694??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_can.h

?????文件???????6708??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_cec.h

?????文件???????2297??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_crc.h

?????文件??????15368??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_dac.h

?????文件???????3953??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_dbgmcu.h

?????文件??????20889??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_dma.h

?????文件???????6962??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_exti.h

?????文件??????25580??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_flash.h

?????文件??????27151??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_fsmc.h

?????文件??????20310??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_gpio.h

?????文件??????30164??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_i2c.h

?????文件???????3963??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_iwdg.h

?????文件???????4518??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_pwr.h

?????文件??????30587??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_rcc.h

?????文件???????3992??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_rtc.h

?????文件??????21998??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_sdio.h

?????文件??????17860??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_spi.h

?????文件??????52562??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_tim.h

?????文件??????16831??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_usart.h

?????文件???????3101??2012-03-22?15:44??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc\stm32f10x_wwdg.h

?????文件???????4951??2009-11-04?13:00??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc_\misc.h

?????文件??????19585??2009-08-31?15:06??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc_\stm32f10x_adc.h

?????文件???????7373??2009-04-06?10:30??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc_\stm32f10x_bkp.h

?????文件??????14289??2009-04-06?10:30??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc_\stm32f10x_can.h

?????文件???????3213??2009-04-06?10:30??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc_\stm32f10x_conf.h

?????文件???????1980??2009-04-06?10:30??stm32_CAN測試代碼\擴展幀測試\測試1\STM32_CAN500K?USART_LED\FWlib\inc_\stm32f10x_crc.h

............此處省略1815個文件信息

評論

共有 條評論