Bootloading PSoc 5 using Wiznet

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

cross mob
Anonymous
Not applicable

Hello,

   

I'm interested in creating a bootloadable project to PSoC 5 by Ethernet (connected to PC that holds HEX file).

   

I'm using Wiznet component (SPI to Ethernet) that acts as slave while my PSoC is the SPI master.

   

I've read that the bootloader must use SPI slave (In my case), and I'm afraid the whole PSoc-Wiznet-Bootloader communication might not work properly.

   

Do I have to define a custom bootloader from scratch, or can I base my design on an existing solution.

   

 

   

Thanks in advance,

   

Igal

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You can have a look at the UART implementation of the Bootloader and copy & paste the code into your bootloader. Changes are required. Programming the bootloader into your PSoC requires a programmer, Kitprog or Miniprog3.

   

 

   

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You can have a look at the UART implementation of the Bootloader and copy & paste the code into your bootloader. Changes are required. Programming the bootloader into your PSoC requires a programmer, Kitprog or Miniprog3.

   

 

   

Bob

0 Likes