Hi Team,
We have developed our project in keil mdk 423 for lpc2388(ARM7). We have implemented TCP to get sensor data via IP address in Command prompt.
Same code has been used in keil mdk 534. We have compiled with latest legacy mdk79525 without errors. But we cannot get sensor data via IP address in command prompt.
FYI ' We have attached report that we have compiled in keil 534.We are not able to get data using ip address in TCP.
Also We are not able to get data in keil with example code (C:\Keil_v5\ARM\Boards\Keil\MCB2300\RL\TCPnet).
Can you please check and share the actual issue existing between MDK 423 and MDK534?
When you try the existing RL_TCPnet example for MCB2300, make sure which MCB2300 variant is the example project meant for. There are two MCB2300 variants, one with LPC2370, one with LPC2388.
Secondly, just failing to ping your board doesn't help much for debugging your issue. You need to enable the RL_TCPNet debug mode, as described here https://www.keil.com/support/man/docs/rlarm/rlarm_tn_debug.htm . Such a debug mode/output can help you to debug RL_TCPNet issue.
Thirdly, using MDK v5.34 together with the latest legacy support pack for Arm7/9 will have the following main differences compared with the case using MDK v4.23:
1) MDK v5.34 has much newer armcc v5.x compiler
2) the latest legacy support pack has much newer version of RL_TCPnet lib
If you really want to use the exactly same development environment as you had previously, you can download MDK v4.23 from this link:
www.keil.com/.../