TFTP_CLIENT_EN causes SRAM OVERFLOW on S32R274

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

TFTP_CLIENT_EN causes SRAM OVERFLOW on S32R274

1,307 次查看
User133
Contributor II

Board: S32R274 with PE micro multilink debugger

Program: RSDK OFFLINE demo

Make: Error 1

Ld error: rsdk_offline_example_sa_gcc_s32R274_z4_debug.elf.section ‘.data_noncache’ will not fit in ‘c0_sram’

Ld error: region ‘c0_sram’ overflowed by 62720 bytes

Everything runs smoothly, debugger printf shows on PC.Only file IO is not working. Every time I add TFTP_CLIENT_EN I get the above error and am unable to build properly.

What is the cause of this error? I am using the given code from the demo only, and I do not know where there could be a mistake.I would really appreciate some assistance regarding this topic.

标签 (1)
标记 (1)
0 项奖励
3 回复数

1,057 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

The offline example doesn't work with PE Debugger out of the box. A better example for this is the 1RF_4Antennas_demo.

Of course the customer can modify the offline example to work with the debugger but certain adjustments need to be done because PE micro does not have FILE-IO so the tftp configuration cannot be read.

Best regards,

Peter

 

 

0 项奖励

1,252 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

May I know which HW are you using? The offline example was designed for RDK evaluaiton board kit.

Are you using it, or you have S32R274 board or some custom HW?

Best regards,

Peter

0 项奖励

1,120 次查看
User133
Contributor II

I am using S32R274 with PEmicro multilink universal debugger. I currently am not using it with a separate custom HW.

0 项奖励