Part Number: TDA4AL-Q1
Tool/software:
Hi, I encountered an issue when I declared the following arrays in the post-processing stage (DSP2) and tried to store the model's output into them — the program crashes, and the system even requires a full reboot before it can run programs that were previously working fine.
Could this be due to insufficient memory?
#define MAX_LANE_NUM 4
#define REG_MAT_IDX1 48
#define REG_MAT_IDX2 80
float regMat[MAX_LANE_NUM][REG_MAT_IDX1][REG_MAT_IDX2];
#define MASK_MAT_IDX1 48
#define MASK_MAT_IDX2 80
float maskMat[MAX_LANE_NUM][MASK_MAT_IDX1][MASK_MAT_IDX2];
Best regards,
Jiemin
