Part Number: AM62P
Other Parts Discussed in Thread: UNIFLASH
I am trying to run UDP with the help of MCU R5 on the board, i am following the MCU+SDK guide and i have successfully ran the Hello world program,for the start i am using the prebuilt example and for that i am following https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/12_00_00_27/exports/docs/api_guide_am62px/EXAMPLES_ENET_LWIP_CPSW.html but i am not able to get the output show in the end infact i am not able to get anything on the CCS console, i am only getting this as output
WKUP_R5FSS0_0: ***WARNING: Please close all Memory Browser Windows before attempting to initialize DDR with GELs
WKUP_R5FSS0_0: Running from R5
WKUP_R5FSS0_0:
DDR not initialized with R5 connect.
Go to menu Scripts --> AM62 DDR Initialization -> AM62P_DDR_Initialization_ECC_Disabled to initialize DDR.
====
WKUP_R5FSS0_0:
WKUP_R5FSS0_0: DDR programming has already been attempted.
WKUP_R5FSS0_0: DDR Initialization GEL script is being skipped...
WKUP_R5FSS0_0:
Please Help me out to run this example program so that i am able to run my intended UDP program