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
Solved! Go to Solution.
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
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
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