CRC

所属分类:单片机开发
开发工具:Borland C++
文件大小:14KB
下载次数:2
上传日期:2018-08-15 23:28:42
上 传 者phuocnguyenhuu
说明:  CRC for stm32f407 eval board

文件列表:
CRC\CRC_Example\main.c (4855, 2015-05-18)
CRC\CRC_Example\main.h (2088, 2015-05-18)
CRC\CRC_Example\stm32f4xx_conf.h (4479, 2015-05-18)
CRC\CRC_Example\stm32f4xx_it.c (4585, 2015-05-18)
CRC\CRC_Example\stm32f4xx_it.h (2199, 2015-05-18)
CRC\CRC_Example\system_stm32f4xx.c (39223, 2015-05-18)
CRC\CRC_Example (0, 2015-05-20)
CRC (0, 2015-05-20)

/** @page CRC_Example CRC Calculation example @verbatim ******************** (C) COPYRIGHT 2013 STMicroelectronics ******************* * @file CRC/CRC_Example/readme.txt * @author MCD Application Team * @version V1.5.0 * @date 06-March-2015 * @brief Description of the CRC Calculation example. ****************************************************************************** * * 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. * ****************************************************************************** @endverbatim @par Example Description This example shows how to use CRC (Cyclic Redundancy Check) calculation unit to get a CRC code of a given buffer of data word(32-bit), based on a fixed generator polynomial(0x4C11DB7). @par Directory contents - CRC/CRC_Example/system_stm32f4xx.c STM32F4xx system clock configuration file - CRC/CRC_Example/stm32f4xx_conf.h Library Configuration file - CRC/CRC_Example/stm32f4xx_it.c Interrupt handlers - CRC/CRC_Example/stm32f4xx_it.h Interrupt handlers header file - CRC/CRC_Example/main.c Main program - CRC/CRC_Example/main.h Main program header file @par Hardware and Software environment - This example runs on STM32F405xx/407xx, STM32F415xx/417xx, STM32F427xx/437xx and STM32F429xx/439xx devices. - This example has been tested with STMicroelectronics STM324xG-EVAL (STM32F40xx/ STM32F41xx Devices), STM32437I-EVAL (STM32F427xx/STM32F437xx Devices) and STM324x9I-EVAL RevB (STM32F429xx/STM32F439xx Devices) evaluation boards and can be easily tailored to any other supported device and development board. @par How to use it ? In order to make the program work, you must do the following: - Copy all source files from this example folder to the template folder under Project\STM32F4xx_StdPeriph_Templates - Open your preferred toolchain - Select the project workspace related to the used device - If "STM32F40_41xxx" is selected as default project Add the following files in the project source list: - Utilities\STM32_EVAL\STM3240_41_G_EVAL\stm324xg_eval.c - If "STM32F427_437xx" is selected as default project Add the following files in the project source list: - Utilities\STM32_EVAL\STM324x7I_EVAL\stm324x7i_eval.c - If "STM32F429_439xx" is selected as default project Add the following files in the project source list: - Utilities\STM32_EVAL\STM324x9I_EVAL\stm324x9i_eval.c - Rebuild all files and load your image into target memory - Run the example *

© COPYRIGHT STMicroelectronics

*/

近期下载者

相关文件


收藏者