Page 1 of 1
3.12.16 AI_TOY_DEMO,eyes工程上外挂4G模块,触发内存错误一直复位重启
Posted: 2025年 Oct 16日 11:25
by New
3.12.16 AI_TOY_DEMO,eyes工程上外挂4G模块,按照模板外挂L511C-Y6E,tuya_app_main.c中定义#define T5AI_BOARD_CELLULAR 1,包含#include "tal_cellular.h"
#include "tuya_svc_cellular.h"
#include "tuya_iot_internal_api.h"头文件编译下载后,日志发现触发内存错误一直复位重启。
Re: 3.12.16 AI_TOY_DEMO,eyes工程上外挂4G模块,触发内存错误一直复位重启
Posted: 2025年 Oct 16日 16:30
by 愚者千虑必有一得
tuya_app_config.h这个文件发来看看。
Re: 3.12.16 AI_TOY_DEMO,eyes工程上外挂4G模块,触发内存错误一直复位重启
Posted: 2025年 Oct 16日 20:22
by New
/*
tuya_app_config.h
Copyright(C),2018-2020, 涂鸦科技 www.tuya.comm
*/
/* AUTO-GENERATED FILE. DO NOT MODIFY !!!
*
- This config file is automatically generated by tuya cross-build system.
- It should not be modified by hand.
*/
#ifndef TUYA_APP_CONFIG_H
#define TUYA_APP_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
#define LV_COLOR_16_SWAP 1
#define LCD_SPI_DISPLAY 1
// CONFIG_T5AI_BOARD is not set
// CONFIG_T5AI_BOARD_CELLULAR is not set
#define T5AI_BOARD_EYES 1
// CONFIG_T5AI_BOARD_EVB is not set
// CONFIG_T5AI_BOARD_EVB_PRO is not set
// CONFIG_T5AI_BOARD_ROBOT is not set
// CONFIG_ENABLE_TUYA_CAMERA is not set
// CONFIG_ENABLE_AUDIO_DUAL_DMIC is not set
#define LCD_SPI_DEVICE_NUM 1
#define ENABLE_TUYA_UI 1
#ifdef __cplusplus
}
#endif