Build started: Project: LSTM_SOC *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keilv5\Keil_v5\ARM\ARMCC\Bin' Build target 'LSTM_SOC' compiling network_data.c... ../X-CUBE-AI/App/network_data_params.h(21): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/network_data.c: 0 warnings, 1 error compiling network_data_params.c... ../X-CUBE-AI/App/network_data_params.h(21): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/network_data_params.c: 0 warnings, 1 error compiling network.c... ../X-CUBE-AI/App/network.h(24): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/network.c: 0 warnings, 1 error compiling app_x-cube-ai.c... ../X-CUBE-AI/App/app_x-cube-ai.h(26): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/app_x-cube-ai.c: 0 warnings, 1 error compiling main.c... ../X-CUBE-AI/App/app_x-cube-ai.h(26): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../Core/Src/main.c: 0 warnings, 1 error "LSTM_SOC\LSTM_SOC.axf" - 5 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:01 |
《MCSDK5.X中增加位置环》提及mc_position.c/mc_position.h
软件为keil5,头文件未找到
通过FATFS文件系统读写SD卡创建文件可以了,但加入MSC,一直显示一个没有格式化的U盘盘符,也不能格式化,这是什么问题导致的
STM32双核H7核间通信的方法
STM32F103C8T6使用CubeIDE烧录运行报硬件错误,相同代码MDK烧录却可以正常运行
MCSDK5.4.4 FOC电流闭环运行电机偶发停转问题
MCSDK6.3.1使用SIXSTEP如何才能使用电流模式呢?我在配置了电流传感器后仍然无法使用电流模式。
STM32G473 DRDY不置位?
stspin32G4这颗mcu里面集成的是哪一款G4?能不能用cubemx来进行配置
STM32G473是否支持硬件AES?
你好,
这个ai_platform.h是我们STM32Cube.AI runtime的一部分,如果X-CUBE-AI有正常安装的话,生成代码的时候会从它的用户目录下直接将整个Middleware拷贝过来,其中就有这个文件。这个目录在:C:\Users\xxx\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\8.1.0\Middlewares\ST\AI。如果你在这个目录找不到这个文件,建议卸载X-CUBE-AI重新安装。如果还是有问题可以把工程发给我看看。我邮箱[email]yijun.deng@st.com[/email]。
[md]我这也有同样的问题,卸载重下也一样,6.0.0版本的,可以加一下qq或者wx交流一下吗
用X-CUBE-AI移植TFlite模型库出现Undefined symbol的问题,求解
有4个函数报L6218E错误,例如其中一个如下: Undefined symbol aiTensorDescMsg_fields (referred from aipbmgr.o).
检查代码后发现确实是没有相关定义,这个该怎么解决,是加载TFLITE时导致的错误?
在CUBEMX上分析模型时已经通过了,但生成代码后出现这个问题。