Thread 中讨论的其他器件: CC3100、 CC3100SDK
大家好!
我有 CC3100BOOST、STM32F407-DISCOVERY 和开发工具 Keil。
请告诉我、在哪里可以找到适用于 STM32 MCU for Keil 的 CC3100的工作示例项目?
谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好!
我有 CC3100BOOST、STM32F407-DISCOVERY 和开发工具 Keil。
请告诉我、在哪里可以找到适用于 STM32 MCU for Keil 的 CC3100的工作示例项目?
谢谢!
我下载了 IAR、打开了示例 CC3100 SDK (\cC3100-SDK\platform\stm32discovery\...) Getting Started_With _WLAN_station、按键盘 F7、但 IAR 的消息窗口中有很多错误。
STM 的许多头文件都未打开!
在 Internet 文件中找不到 :stm32f4_discovery.h、 stm32f407xx.h、 stm32f4xx_hal.h
出什么问题了?
谢谢!
从"STM32Cube "文件夹中、我将文件夹"Drivers"复制到 CC3100SDK...中的文件夹"stm32discovery"中、按 F7键、并对有关未打开的所有旧错误进行了跳线。
但文件"stm32f407xx.h"中有很多错误、即错误[Pe101]。
例如:"ERROR[PE101]:"NonMaskableInt_IRQn"已在当前范围内声明(位于"C:\TI\CC3100SDK_1.2.0\cC3100-SDK\platform\stm32discover\stm32f4xx.h"的第143行) C:\TI\CC3100SDK_1.2.0\cc3100-sdk\platform\stm32discover\stm32f4xx.h" stm32f407xx.h \stm323100SDK\st\m32xx\st\cc430\m32s\st32xx.h"
"等等。
我需要做什么?
谢谢!
谢谢你、Jan!
我在 CC3100SDK_v1.2中运行平台\\stm32discover\\example_project_IAR。 我没有更改任何内容、只需使用默认值即可。 它会失败并得到流动误差:
1错误[Li005]:"_SlDrvHandleGeneralEvents "没有定义[引用自 C:\TI\CC3100SDK_1.2.0\cC3100-SDK\platform\stm32discover\example_project_IAR\getting_started_withwlan_station\Debug\Obj\driver.o]
2错误[Li005]:"APBPrescTable"没有定义[引用自 C:\TI\CC3100SDK_1.2.0\cC3100-SDK\platform\stm32discovery\example_project_IAR\getting_started_wlan_ap\Debug\Obj\stm32f4xx_hal_RCC.o]
在 user.h 文件中、我添加了"#define SL_GeneralEvtHdlr SimpleLinkGeneralEventHandler"行、并更正了第一个错误。
如何纠正第二个误差?
谢谢!
当我从文件夹"C:\TI\CC3100SDK_1.2.0\cC3100-SDK\platform\stm32discovery\Drivers\CMSIS\Device\ST\ST\STM32F4xx\Sources\CC3100SDK\CC3100SDK\platform\stm323\CC3SSK\CMSSDK\CMS31001.2\CC100SDK\ST\PLIC100\CMS\ccs1001.2\ST\CMS\CM321.2\PLIC100\CC3\CMS\CMS\PLIC100\CC3\CMS\CMS100\CMS100\CMSSDK\CMS\CMS\CMS1.2\PLIC\PLIC\CMS\CC100\CC100\CMS\CMS\CMS 文件"stm32f4xx_hal_RCC.c"必须为默认值、而不添加字符串。
如何从 IAR 创建十六进制或二进制文件?
我无法理解((
谢谢!