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 |
STM32G431 FDCAN当普通can使用,拔掉连接的can设备,为什么一直没能触发FIFO满标志?
STM32 双ADC同步注入转换模式,模块ADC2没有数据。
加快STM32G473上电时间
STM32G431 flash和can为什么没有LL库?
STM32F107 DP83848 lwip通信 做客户端 无法同PC端建立联系
STM32 CAN设备掉线,程序发送卡死的问题解决办法?
请问有aarch64 架构ubuntu22.04的stm32cubemx的软件下载地址吗
STM32G431FDCAN当作普通can使用的例程?
STM32G474 利用高精度HRTIM怎么捕获外部波形计算波形频率,想用STM32Cube配置工程代码,网上查了很多资料,没有看到这个用法。希望大神指导一下。
STM32G473VET6同时使用6个片上放大器(OPAMP)的PGA加外部偏置模式,引脚位置让差分信号走线分离,信号有无较大影响?
你好,
这个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上分析模型时已经通过了,但生成代码后出现这个问题。