-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
i was trying to get this working on DOIT ESP32 DEVKIT V1 (which i beleive is most common ESP32 board, ot at least was before cambrian explosion of ESP32 processor family). And i've failed. I think it might be my fault, but i did everything up to my best knowledge. I was using esp-idf 5.4 and some steps of the process felt confusing. For example i had to manualy edit main.c to lower the serial baudrate in order to be get serprog protocol to sync at all. But i wasnt able to detect SPI FLASH. (maybe my wiring was not correct, but i made it work with other device, so that makes me doubt). I was trying to use hw uart with onboard usb-serial converter.
Have you considered providing some wiring diagrams and guide for most common setups, so i can be sure my wiring was correct? I think it would be helpful for people to understand exact workflow...
BTW i've ended up being successful with STM32 blue pill board and https://github.com/dword1511/stm32-vserprog
(despite the fact i am waay more familiar with ESP32 than i am with STM32)
Thanks.