3.12.16 AI_TOY_DEMO,eyes工程上外挂4G模块,触发内存错误一直复位重启

Wi-Fi 设备、蜂窝设备、WuKongAI、开发板、TuyaOS 移植等


Post Reply
New
Posts: 14

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"头文件编译下载后,日志发现触发内存错误一直复位重启。

Attachments
完整日志.txt
(256.36 KiB) Downloaded 2 times

Tags:
愚者千虑必有一得
Posts: 849

Re: 3.12.16 AI_TOY_DEMO,eyes工程上外挂4G模块,触发内存错误一直复位重启

tuya_app_config.h这个文件发来看看。

New
Posts: 14

Re: 3.12.16 AI_TOY_DEMO,eyes工程上外挂4G模块,触发内存错误一直复位重启

/*
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

Attachments
tuya_app_config.h
(769 Bytes) Not downloaded yet
Post Reply