OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 5235|回复: 4

USMART,Mini板移植问题

[复制链接]

3

主题

8

帖子

0

精华

新手上路

积分
40
金钱
40
注册时间
2013-4-25
在线时间
0 小时
发表于 2014-1-13 00:23:57 | 显示全部楼层 |阅读模式
今天按照手册做这个USMART的实验时没有调通。刚开始给出提示:Please select first the target
接下来在C/C++这个选项卡里依次添加 “STM32F10X_MD”和“ USE_STDPERIPH_DRIVER”分别进行编译,依然报错,报错如下;还请各位前辈看下小弟问题出在哪里了。

之前的实验都很顺利,没有出现问题;我的编译器是Keil,4.60。
期待大家的回复~

Build target 'USMART'
compiling delay.c...
compiling sys.c...
compiling usart.c...
compiling usmart.c...
..\User\System\stm32f10x_type.h(23): error:  #256: invalid redeclaration of type name "s32" (declared at line 487 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(27): error:  #256: invalid redeclaration of type name "sc32" (declared at line 491 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(31): error:  #256: invalid redeclaration of type name "vs32" (declared at line 495 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(35): error:  #256: invalid redeclaration of type name "vsc32" (declared at line 499 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(39): error:  #256: invalid redeclaration of type name "u32" (declared at line 503 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(43): error:  #256: invalid redeclaration of type name "uc32" (declared at line 507 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(47): error:  #256: invalid redeclaration of type name "vu32" (declared at line 511 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(51): error:  #256: invalid redeclaration of type name "vuc32" (declared at line 515 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(57): error:  #101: "RESET" has already been declared in the current scope
..\User\System\stm32f10x_type.h(57): error:  #101: "SET" has already been declared in the current scope
..\User\System\stm32f10x_type.h(57): error:  #256: invalid redeclaration of type name "FlagStatus" (declared at line 519 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(57): error:  #256: invalid redeclaration of type name "ITStatus" (declared at line 519 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(59): error:  #101: "DISABLE" has already been declared in the current scope
..\User\System\stm32f10x_type.h(59): error:  #101: "ENABLE" has already been declared in the current scope
..\User\System\stm32f10x_type.h(59): error:  #256: invalid redeclaration of type name "FunctionalState" (declared at line 521 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(62): error:  #101: "ERROR" has already been declared in the current scope
..\User\System\stm32f10x_type.h(62): error:  #101: "SUCCESS" has already been declared in the current scope
..\User\System\stm32f10x_type.h(62): error:  #256: invalid redeclaration of type name "ErrorStatus" (declared at line 524 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_conf.h(147): warning:  #47-D: incompatible redefinition of macro "HSE_Value" (declared at line 528 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\cortexm3_macro.h(30): error:  #55-D: too many arguments in invocation of macro "__ISB"
..\User\System\cortexm3_macro.h(30): error:  #79: expected a type specifier
..\User\System\cortexm3_macro.h(31): error:  #55-D: too many arguments in invocation of macro "__DSB"
..\User\System\cortexm3_macro.h(31): error:  #79: expected a type specifier
..\User\System\cortexm3_macro.h(32): error:  #55-D: too many arguments in invocation of macro "__DMB"
..\User\System\cortexm3_macro.h(32): error:  #79: expected a type specifier
..\User\System\stm32f10x_map.h(58): error:  #256: invalid redeclaration of type name "ADC_TypeDef" (declared at line 564 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(154): error:  #256: invalid redeclaration of type name "BKP_TypeDef" (declared at line 663 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(163): error:  #256: invalid redeclaration of type name "CAN_TxMailBox_TypeDef" (declared at line 675 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(171): error:  #256: invalid redeclaration of type name "CAN_FIFOMailBox_TypeDef" (declared at line 687 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(177): error:  #256: invalid redeclaration of type name "CAN_FilterRegister_TypeDef" (declared at line 697 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(203): error:  #256: invalid redeclaration of type name "CAN_TypeDef" (declared at line 731 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
compiling usmart_config.c...
..\User\System\stm32f10x_type.h(23): error:  #256: invalid redeclaration of type name "s32" (declared at line 487 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(27): error:  #256: invalid redeclaration of type name "sc32" (declared at line 491 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(31): error:  #256: invalid redeclaration of type name "vs32" (declared at line 495 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(35): error:  #256: invalid redeclaration of type name "vsc32" (declared at line 499 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(39): error:  #256: invalid redeclaration of type name "u32" (declared at line 503 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(43): error:  #256: invalid redeclaration of type name "uc32" (declared at line 507 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(47): error:  #256: invalid redeclaration of type name "vu32" (declared at line 511 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(51): error:  #256: invalid redeclaration of type name "vuc32" (declared at line 515 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(57): error:  #101: "RESET" has already been declared in the current scope
..\User\System\stm32f10x_type.h(57): error:  #101: "SET" has already been declared in the current scope
..\User\System\stm32f10x_type.h(57): error:  #256: invalid redeclaration of type name "FlagStatus" (declared at line 519 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(57): error:  #256: invalid redeclaration of type name "ITStatus" (declared at line 519 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(59): error:  #101: "DISABLE" has already been declared in the current scope
..\User\System\stm32f10x_type.h(59): error:  #101: "ENABLE" has already been declared in the current scope
..\User\System\stm32f10x_type.h(59): error:  #256: invalid redeclaration of type name "FunctionalState" (declared at line 521 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(62): error:  #101: "ERROR" has already been declared in the current scope
..\User\System\stm32f10x_type.h(62): error:  #101: "SUCCESS" has already been declared in the current scope
..\User\System\stm32f10x_type.h(62): error:  #256: invalid redeclaration of type name "ErrorStatus" (declared at line 524 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_conf.h(147): warning:  #47-D: incompatible redefinition of macro "HSE_Value" (declared at line 528 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\cortexm3_macro.h(30): error:  #55-D: too many arguments in invocation of macro "__ISB"
..\User\System\cortexm3_macro.h(30): error:  #79: expected a type specifier
..\User\System\cortexm3_macro.h(31): error:  #55-D: too many arguments in invocation of macro "__DSB"
..\User\System\cortexm3_macro.h(31): error:  #79: expected a type specifier
..\User\System\cortexm3_macro.h(32): error:  #55-D: too many arguments in invocation of macro "__DMB"
..\User\System\cortexm3_macro.h(32): error:  #79: expected a type specifier
..\User\System\stm32f10x_map.h(58): error:  #256: invalid redeclaration of type name "ADC_TypeDef" (declared at line 564 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(154): error:  #256: invalid redeclaration of type name "BKP_TypeDef" (declared at line 663 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(163): error:  #256: invalid redeclaration of type name "CAN_TxMailBox_TypeDef" (declared at line 675 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(171): error:  #256: invalid redeclaration of type name "CAN_FIFOMailBox_TypeDef" (declared at line 687 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(177): error:  #256: invalid redeclaration of type name "CAN_FilterRegister_TypeDef" (declared at line 697 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_map.h(203): error:  #256: invalid redeclaration of type name "CAN_TypeDef" (declared at line 731 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
compiling usmart_str.c...
..\User\System\stm32f10x_type.h(23): error:  #256: invalid redeclaration of type name "s32" (declared at line 487 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(27): error:  #256: invalid redeclaration of type name "sc32" (declared at line 491 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(31): error:  #256: invalid redeclaration of type name "vs32" (declared at line 495 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(35): error:  #256: invalid redeclaration of type name "vsc32" (declared at line 499 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(39): error:  #256: invalid redeclaration of type name "u32" (declared at line 503 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(43): error:  #256: invalid redeclaration of type name "uc32" (declared at line 507 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(47): error:  #256: invalid redeclaration of type name "vu32" (declared at line 511 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(51): error:  #256: invalid redeclaration of type name "vuc32" (declared at line 515 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(57): error:  #101: "RESET" has already been declared in the current scope
..\User\System\stm32f10x_type.h(57): error:  #101: "SET" has already been declared in the current scope
..\User\System\stm32f10x_type.h(57): error:  #256: invalid redeclaration of type name "FlagStatus" (declared at line 519 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(57): error:  #256: invalid redeclaration of type name "ITStatus" (declared at line 519 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(59): error:  #101: "DISABLE" has already been declared in the current scope
..\User\System\stm32f10x_type.h(59): error:  #101: "ENABLE" has already been declared in the current scope
..\User\System\stm32f10x_type.h(59): error:  #256: invalid redeclaration of type name "FunctionalState" (declared at line 521 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_type.h(62): error:  #101: "ERROR" has already been declared in the current scope
..\User\System\stm32f10x_type.h(62): error:  #101: "SUCCESS" has already been declared in the current scope
..\User\System\stm32f10x_type.h(62): error:  #256: invalid redeclaration of type name "ErrorStatus" (declared at line 524 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
..\User\System\stm32f10x_conf.h(147): warning:  #47-D: incompatible redefinition of macro "HSE_Value" (declared at line 528 of "D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h")
compiling Main.c...
D:\Tech\Keil\ARM\CMSIS\Include\core_cm3.h(1219): warning:  #47-D: incompatible redefinition of macro "SCS_BASE" (declared at line 687 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\CMSIS\Include\core_cm3.h(1224): warning:  #47-D: incompatible redefinition of macro "SysTick_BASE" (declared at line 689 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\CMSIS\Include\core_cm3.h(1225): warning:  #47-D: incompatible redefinition of macro "NVIC_BASE" (declared at line 690 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\CMSIS\Include\core_cm3.h(1226): warning:  #47-D: incompatible redefinition of macro "SCB_BASE" (declared at line 691 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\CMSIS\Include\core_cm3.h(1229): warning:  #47-D: incompatible redefinition of macro "SCB" (declared at line 935 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\CMSIS\Include\core_cm3.h(1230): warning:  #47-D: incompatible redefinition of macro "SysTick" (declared at line 930 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\CMSIS\Include\core_cm3.h(1231): warning:  #47-D: incompatible redefinition of macro "NVIC" (declared at line 934 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(487): error:  #256: invalid redeclaration of type name "s32" (declared at line 23 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(491): error:  #256: invalid redeclaration of type name "sc32" (declared at line 27 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(495): error:  #256: invalid redeclaration of type name "vs32" (declared at line 31 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(499): error:  #256: invalid redeclaration of type name "vsc32" (declared at line 35 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(503): error:  #256: invalid redeclaration of type name "u32" (declared at line 39 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(507): error:  #256: invalid redeclaration of type name "uc32" (declared at line 43 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(511): error:  #256: invalid redeclaration of type name "vu32" (declared at line 47 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(515): error:  #256: invalid redeclaration of type name "vuc32" (declared at line 51 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(519): error:  #101: "RESET" has already been declared in the current scope
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(519): error:  #101: "SET" has already been declared in the current scope
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(519): error:  #256: invalid redeclaration of type name "FlagStatus" (declared at line 57 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(519): error:  #256: invalid redeclaration of type name "ITStatus" (declared at line 57 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(521): error:  #101: "DISABLE" has already been declared in the current scope
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(521): error:  #101: "ENABLE" has already been declared in the current scope
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(521): error:  #256: invalid redeclaration of type name "FunctionalState" (declared at line 59 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(524): error:  #101: "ERROR" has already been declared in the current scope
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(524): error:  #101: "SUCCESS" has already been declared in the current scope
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(524): error:  #256: invalid redeclaration of type name "ErrorStatus" (declared at line 62 of "..\User\System\stm32f10x_type.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(528): warning:  #47-D: incompatible redefinition of macro "HSE_Value" (declared at line 147 of "..\User\System\stm32f10x_conf.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(564): error:  #256: invalid redeclaration of type name "ADC_TypeDef" (declared at line 58 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(663): error:  #256: invalid redeclaration of type name "BKP_TypeDef" (declared at line 154 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(675): error:  #256: invalid redeclaration of type name "CAN_TxMailBox_TypeDef" (declared at line 163 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(687): error:  #256: invalid redeclaration of type name "CAN_FIFOMailBox_TypeDef" (declared at line 171 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(697): error:  #256: invalid redeclaration of type name "CAN_FilterRegister_TypeDef" (declared at line 177 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(731): error:  #256: invalid redeclaration of type name "CAN_TypeDef" (declared at line 203 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(758): error:  #256: invalid redeclaration of type name "CRC_TypeDef" (declared at line 213 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(782): error:  #256: invalid redeclaration of type name "DAC_TypeDef" (declared at line 232 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(792): error:  #256: invalid redeclaration of type name "DBGMCU_TypeDef" (declared at line 239 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(804): error:  #256: invalid redeclaration of type name "DMA_Channel_TypeDef" (declared at line 248 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(810): error:  #256: invalid redeclaration of type name "DMA_TypeDef" (declared at line 254 of "..\User\System\stm32f10x_map.h")
D:\Tech\Keil\ARM\Inc\ST\STM32F10x\stm32f10x.h(895): error:  #256: invalid redeclaration of type name "EXTI_TypeDef" (declared at line 265 of "..\User\System\stm32f10x_map.h")
compiling ExtInt.c...
compiling Key.c...
compiling LED.c...
compiling PWM.c...
compiling Timer.c...
compiling WatchDog.c...
Target not created
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

120

主题

7878

帖子

13

精华

资深版主

Rank: 8Rank: 8

积分
12012
金钱
12012
注册时间
2013-9-10
在线时间
427 小时
发表于 2014-1-13 08:17:12 | 显示全部楼层
回复【楼主位】Acc:
---------------------------------
这么多的错误呀

你用的是库函数版本吧?有些头文件没加进工程
现在,程序把烂铜烂铁变得智能化了,人呢,一旦离开了这烂铜烂铁就不知道干啥了
回复 支持 反对

使用道具 举报

530

主题

11万

帖子

34

精华

管理员

Rank: 12Rank: 12Rank: 12

积分
165462
金钱
165462
注册时间
2010-12-1
在线时间
2114 小时
发表于 2014-1-13 22:50:25 | 显示全部楼层
Mini板有移植好的usmart
我是开源电子网www.openedv.com站长,有关站务问题请与我联系。
正点原子STM32开发板购买店铺http://openedv.taobao.com
正点原子官方微信公众平台,点击这里关注“正点原子”
回复 支持 反对

使用道具 举报

530

主题

11万

帖子

34

精华

管理员

Rank: 12Rank: 12Rank: 12

积分
165462
金钱
165462
注册时间
2010-12-1
在线时间
2114 小时
发表于 2014-1-13 22:50:34 | 显示全部楼层
在扩展例程里面
我是开源电子网www.openedv.com站长,有关站务问题请与我联系。
正点原子STM32开发板购买店铺http://openedv.taobao.com
正点原子官方微信公众平台,点击这里关注“正点原子”
回复 支持 反对

使用道具 举报

5

主题

19

帖子

0

精华

初级会员

Rank: 2

积分
78
金钱
78
注册时间
2015-8-25
在线时间
18 小时
发表于 2017-8-4 14:51:31 | 显示全部楼层
请问楼主是如何解决的这个问题啊?求教
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2025-4-20 05:54

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表