What should be reason for getting "ittyf" error?

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

What should be reason for getting "ittyf" error?

跳至解决方案
1,481 次查看
omkardixit
Contributor III

Hi

I'm using TWR-K70120M andI was trying to perform the following code "C:\Freescale\Freescale_MQX_4_1\rtcs\examples\eth_to_serial\build\uv4\eth_to_serial_twrk70f120m". I have done all the settings as mentioned in the Readme.pdf file.

Is anything still I'm missing?

Here i'm attaching the user_config.h

#ifndef __user_config_h__
#define __user_config_h__

/* mandatory CPU identification */
#define MQX_CPU PSP_CPU_MK70F120M
#define BSP_DEFAULT_IO_CHANNEL "ittyf:"

/* MGCT: <generated_code> */
#define BSPCFG_ENABLE_TTYA 0
#define BSPCFG_ENABLE_ITTYA 0
#define BSPCFG_ENABLE_TTYB 0
#define BSPCFG_ENABLE_ITTYB 0
#define BSPCFG_ENABLE_TTYC 1
#define BSPCFG_ENABLE_ITTYC 0
#define BSPCFG_ENABLE_TTYD 0
#define BSPCFG_ENABLE_ITTYD 0
#define BSPCFG_ENABLE_TTYE 0
#define BSPCFG_ENABLE_ITTYE 0
#define BSPCFG_ENABLE_TTYF 0
#define BSPCFG_ENABLE_ITTYF 1
#define BSPCFG_ENABLE_I2C0 1
#define BSPCFG_ENABLE_II2C0 1
#define BSPCFG_ENABLE_I2C1 0
#define BSPCFG_ENABLE_II2C1 0

Regards

Omkar DIxit

0 项奖励
回复
1 解答
1,459 次查看
omkardixit
Contributor III

Hi

The issue is solved now. Actually initially i have enabled only the one macro which is "#define BSPCFG_ENABLE_ITTYF 1" and then when i enabled "#define BSPCFG_ENABLE_ITTYC 1" it got worked!

Regards

Omkar

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,462 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi omkardixit:

 

Please check the network configurations:

From readme file:

3) Connect the evaluation board and your PC to same Ethernet network.

 

Did you connect the evaluation board to your PC with a network cable and configured it correctly?

 

Regards

Daniel

0 项奖励
回复
1,460 次查看
omkardixit
Contributor III

Hi

The issue is solved now. Actually initially i have enabled only the one macro which is "#define BSPCFG_ENABLE_ITTYF 1" and then when i enabled "#define BSPCFG_ENABLE_ITTYC 1" it got worked!

Regards

Omkar

0 项奖励
回复