This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Booting C6748 from UART2

Hi
We collected sample client.pjt with a static IP address from the package using nsp_1_00_00_09 and ndk_2_20_00_19. Compilation is successful and the .out file we received. (used COde Composer v 3.3). Next, load the file and run the program. To check the HTTP server is used. In a browser, typed the address, which is assigned to devices, and saw the test page. Everything works fine. Need to flash the program through the SPI1 in flash memory and start when you turn on the board. To do this, we first check how it will work if you load it via UART2. Using AISgen for D800K006 generated image. Using the UART Boot Host downloaded the image via UART2. To do this, the board put S7: 8 and S7: 7 to ON. To test used EchoUdp. The test does not work. Further, the method of sequential firing LED1 LED2 and concluded that the function, which creates tasks NetworkOpen not called. In turn, called in NetworkOpen NC_NetStart (hCfg, NetworkOpen, NetworkClose, NetworkIPAddr). The problem somewhere in NC_NetStart. Any solutions welcome.
 AISgen settings:
Boot Mode=UART2
Boot Speed=115200
Flash Width=0
Flash Timing=3ffffffc
Configure Peripheral=True
Configure PLL0=True
Configure SDRAM=False
Configure PLL1=True
Configure DDR2=True
Configure LPSC=False
Configure Pinmux=True
Enable CRC=False
Specify Entrypoint=False
Enable Sequential Read=False
Use 4.5 Clock Divider=False
Use DDR2 Direct Clock=False
Use mDDR=True
ROM ID=1
Device Type=1
Input Clock Speed=24
Clock Type=0
PLL0 Pre Divider=1
PLL0 Multiplier=25
PLL0 Post Divider=2
PLL0 Div1=1
PLL0 Div3=12
PLL0 Div7=6
PLL1 Multiplier=25
PLL1 Post Divider=2
PLL1 Div1=1
PLL1 Div2=2
PLL1 Div3=3
Entrypoint=0
SDRAM SDBCR=0
SDRAM SDTMR=0
SDRAM SDRSRPDEXIT=0
SDRAM SDRCR=0
DDR2 PHY=c4
DDR2 SDCR=a034622
DDR2 SDCR2=0
DDR2 SDTIMR=1c912a08
DDR2 SDTIMR2=3811c700
DDR2 SDRCR=494
LPSC0 Enable=
LPSC0 Disable=
LPSC0 SyncRst=
LPSC1 Enable=
LPSC1 Disable=
LPSC1 SyncRst=
Pinmux=4:220000+
App File String=
AIS File Name=
Thanks