wiz750sr firmware uploaded correctly, but no blue light

i uploaded firmware as flash programming as i done before, but now the blue light is not showing now. previously it was there when i uploaded the firmware, but it not now. when i upload the firmware, it shows a sudden bluelight and then no bluelight.

How to solve it???

Hi, @Rathesh1.

Did you use the ISP program when uploading firmware?
If you did not check the ‘Erase all code block’ option, the data area of memory may have been cleared.

First, connect the device using the USB type B cable and check the debug message.

and you can refer below link.

Thank you.

Hi Rena,
I have same issue. I programmed it using wizconfig-V1.0.0.exe. Firmware updated okay.
After programming blue light doesn’t glow. Also it doesn’t detect on above utility.
I also managed to recover it. But then how to program it?
Please help.

Regards,
Swapnil

Hello, @Swap,

Which binary file did you use to update the firmware?
When updating F/W with the config tool(wizconfig), should use App part F/W file.

If the update is wrong, you can flash the entire firmware(App+Boot) using the ISP Tool.

Please refer to below wiki page.

Thank you.

Hi rena,

I took source code from following link of v1.2.4

Compiled this code in Keil without any changes in source code.
I updated firmware using config tool. For updation I used binary file “W7500x_S2E_App.bin” from “WIZ750SR-1.2.4\WIZ750SR-1.2.4\Projects\S2E_App\bin” path.
I found same issue.

So I again updated file using config tool with binary file “WIZ750SR-1xxv124.bin”. Then it is working fine. Means I only updating App part. So there is no requirement of WIZISP.

It is not working only when I complied source code and using this binary file.
Is there any issue with source code or starting address?
Starting address of IROM1 is 0x7000 and IRAM1 is 0x20000000.

Please help.

Thanks and regards,
Swapnil

Hi rena,
Following are debug messages for your reference.

phy id detect error!!

phy id detect error!!

==================================================
 WIZ750SR
 >> WIZnet Serial to Ethernet Device
 >> Firmware version: 1.2.4 Stable
==================================================
 - Device name: WIZ750SR
 - Device mode: TCP_CLIENT_MODE
 - Network settings:
        - Obtaining IP settings: [Static]
        - TCP/UDP ports
           + S2E data port: [5000]
           + TCP/UDP setting port: [50001]
           + Firmware update port: [50002]
        - TCP Retransmission retry: [8]
 - Search ID code:
        - Disabled: [None]
 - Ethernet connection password:
        - Disabled (TCP server / mixed mode only)
 - Connection timer settings:
        - Inactivity timer: [1000] (sec)
        - Reconnect interval: [3000] (msec)
 - Serial settings:
        - Data UART port:  [UART0]
           + UART IF: [RS-422/485]
           + 115200-8-N-1 / Flow control: NONE
        - Debug UART port: [UART2]
           + 115200-8-N-1 / NONE (fixed)
 - Serial data packing options:
        - Time: Disabled
        - Size: Disabled
        - Char: Disabled
 - Serial command mode switch code:
        - Enabled
        - [2B][2B][2B] (Hex only)
 - Hardware information: Status pins
        - Status 1: [PA_10] - PHY link
        - Status 2: [PA_01] - TCP connection
 - Hardware information: User I/O pins
        - UserIO A: [PC_13] - Digital / Input
        - UserIO B: [PC_12] - Digital / Input
        - UserIO C: [PC_09] - Digital / Input
        - UserIO D: [PC_08] - Digital / Input
==================================================
 # MAC: 00:08:DC:55:CC:1C
 # IP : 192.168.11.8 / Port: 5000
 # GW : 192.168.11.1
 # SN : 255.255.255.0
 # DNS: 8.8.8.8
 # Destination IP: 192.168.11.3 / Port: 5000

 > SEG:TCP_CLIENT_MODE:SOCKOPEN

Thanks and regards,
Swapnil

Hello, @Swap,

Which device are you using?
The firmware used in WIZ750SR and WIZ750SR-1xx is different.
Github WIZ750SR repository’s code is based on WIZ750SR.
If you are using a WIZ750SR-1xx device, you should modify define code.
Please refer to W7500x_board.h

Thank you.