esp32 bootloader

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

cross mob
DePa_3244516
Level 4
Level 4
First like received First like given

hello, i want to bootload the psoc5lp from esp32 using SPI, for that i have implemented HOST in esp32 as like psoc5lp and target is psoc5lp,also i have followed the application note and example code given by cypress

now i want to know does it possible to implement in ESP32?

0 Likes
1 Solution
brockr0-S
Level 4
Level 4
First like received Welcome!

It can work. We have a psoc 5lp bootloaded over serial, uart tx/rx  not spi, from an esp32. We had to write our own code for the esp32.

View solution in original post

0 Likes
1 Reply
brockr0-S
Level 4
Level 4
First like received Welcome!

It can work. We have a psoc 5lp bootloaded over serial, uart tx/rx  not spi, from an esp32. We had to write our own code for the esp32.

0 Likes