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 |
STM32G474 ADC无法正常启动转换
各位大佬,比方说我用STM32CubeMX配置了单片机的管脚,然后用STM32CubeIDE编写代码,代码编写一半的过程中,我发现管脚配置中要添加新的外设设置,用CudeMX添加配置后重新生成代码,怎么保证我之前在CubeIDE中自己编写的代码部分不被覆盖掉?
STM32G474 HRTIM无法正常触发ADC
不能正常debug什么情况?如下
为什么ETH配置中没有Advanced Parameters?
STM32G431RB,变量接受不到串口发下去的数据
STM32出现error downloading following files
foc电流环无法正确维持Iq在自己设定的数值。
ADC各个通道转换
STM32G431 用MCSDK5.4.8 进行PMSM永磁同步电机FOC控制,转速上升到某一值(3500rpm)无法继续上升,上不去
你好,
这个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上分析模型时已经通过了,但生成代码后出现这个问题。