Is there any example for Bootloader with Wiznet?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
LeYu_281131
Level 3
Level 3

Hello. My name is YS and I have a question fot Bootloader for PSoC3 or PSoC5 with Wiznet component.

I want to use bootloader function with TCP/IP.

and I found Serial to TCP/IP module(W7500S2E-R1 of Wiznet).

on PSoC side, It communication as UART,

on PC side, It communication as TCP/IP.

but, there is no example for BootLoader with this configuration but UART.

Could you give any information to do this?

Thank you.

0 Likes
1 Solution
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

YS,

The Bootloader provides "hooks" for you to provide your own lower-level physical interface.  Interfaces already available are UART, SPI and I2C.  I believe the Wiznet device with a UART with AT command interface is possible.  I don't believe a Cypress published example is available.

However,  you might look to these links on this site for insights from others using Wiznet:

Bootloading PSoc 5 using Wiznet

PSOC 5 and Wiznet HTTP

Re: Another Ethernet Component

Len

Len
"Engineering is an Art. The Art of Compromise."

View solution in original post

0 Likes
1 Reply
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

YS,

The Bootloader provides "hooks" for you to provide your own lower-level physical interface.  Interfaces already available are UART, SPI and I2C.  I believe the Wiznet device with a UART with AT command interface is possible.  I don't believe a Cypress published example is available.

However,  you might look to these links on this site for insights from others using Wiznet:

Bootloading PSoc 5 using Wiznet

PSOC 5 and Wiznet HTTP

Re: Another Ethernet Component

Len

Len
"Engineering is an Art. The Art of Compromise."
0 Likes