freertos demo 例程:CORTEX_STM32F103_Keil

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wowocpp/article/details/81982665

其对应的板子为:
https://www.freertos.org/portstm32iar.html#SourceCodeOrg
\FreeRTOSV8.2.3\FreeRTOS\Demo\CORTEX_STM32F103_Keil
这里写图片描述

This page describes the FreeRTOS demo application for the STMicroelectronics STM32 ARM Cortex-M3 microcontroller. The demo uses the IAR Embedded Workbench development tools for ARM, and is preconfigured to run on the STM32 evaluation board from ST (instructions are provided should you wish to use an alternative development board). The evaluation board is fitted with an STM32F103VB microcontroller that contains 128KBytes of on board flash and 20KBytes of on board RAM. The STM32F103VB also includes both USB and CANbus peripherals.
Note: If this project fails to build then it is likely the version of IAR Embedded Workbench being used is too old. If this is the case, then it is also likely that the project file has been (silently) corrupted and will need to be restored to its original state before it can be built even with an updated IAR version.

这个对应的板子名字应该是:
STM103V100是英蓓特公司新推出的一款基于ST意法半导体STM32系列处理器(Cortex-M3内核)的全功能评估板
Base Board V100主板主要性能: 
◆3路可选电源,分别是外接5VDC供电,USB供电,子板供电 ◆一个SD存储卡接口 
◆TFT LCD和16x2字符型液晶接口
◆一个可以具有控制四个方向和确定功能的摇杆手柄 
◆四个按键分别是Reset,Wakeup,Temper和User按键 
◆四个Led灯 

这里写图片描述

https://wenku.baidu.com/view/67f536728762caaedc33d477.html

猜你喜欢

转载自blog.csdn.net/wowocpp/article/details/81982665