Search found 23 matches

by pctj101
Fri Jul 05, 2024 2:10 pm
Forum: General Discussion
Topic: Espressif Reveals ESP32-P4, So close to perfection
Replies: 8
Views: 8730

Re: Espressif Reveals ESP32-P4, So close to perfection

Looking forward to all the developments!
by pctj101
Fri Jul 05, 2024 2:09 pm
Forum: ESP-IDF
Topic: EMAC MDC Speed Too High
Replies: 0
Views: 412

EMAC MDC Speed Too High

I'm having intermittent LAN8270 connectivity problems where ESP32 MAC -> LAN8720 PHY Fails. When checking MDIO I see the read request, but no reply from LAN8720 PHY -> ESP32 MAC When checking MDC, I see the time between each clock cycle to be 320ns = 3MHz. The MDC Standard is minimum period 400ns or...
by pctj101
Sat Apr 20, 2024 10:14 am
Forum: General Discussion
Topic: Espressif Reveals ESP32-P4, So close to perfection
Replies: 8
Views: 8730

Re: Espressif Reveals ESP32-P4, So close to perfection

A nice thing about ESP32 is with Ethernet and Wifi, one chip and one program could do everything. Adding C2 or C6 for Wifi is okay but the extra programming and juggling the programming header is a challenge, especially if each person needs to create their own protocol to go between P4 and C2 chips....
by pctj101
Mon Oct 24, 2022 2:44 pm
Forum: ESP-IDF
Topic: I2C Slave address masking
Replies: 3
Views: 3879

Re: I2C Slave address masking

Might be difficult due to the way the hardware has an address filter that only watches for a single address.
by pctj101
Tue Jun 01, 2021 2:37 pm
Forum: ESP-IDF
Topic: i2c slave read/write direction - how to determine?
Replies: 0
Views: 1446

i2c slave read/write direction - how to determine?

When using i2c_slave_read_buffer() It it possible to determine if the master wants to "read" or "write" to me as the esp32 i2c slave target? I figure the i2c address + write bit would allow me to figure out the intent, but it appears that write=true/false bit is not available via the esp-idf API. Di...
by pctj101
Wed Oct 28, 2020 6:27 am
Forum: General Discussion
Topic: emac_reset / EMAC_SW_RST not working
Replies: 0
Views: 1610

emac_reset / EMAC_SW_RST not working

esp-idf v3.3 My custom ESP32 board uses a LAN8720. Over the past year I had many of them fail, so I'm trying to determine the root cause (I already have 50Mhz clock start delay and TVS ESD protection). In esp_err_t emac_reset(void) It calls REG_SET_BIT(EMAC_DMABUSMODE_REG, EMAC_SW_RST) However one o...
by pctj101
Sun Aug 16, 2020 3:38 pm
Forum: General Discussion
Topic: Mixed Secure Boot v1 & v2
Replies: 2
Views: 3446

Re: Mixed Secure Boot v1 & v2

Solid reply. Thanks a bunch!
by pctj101
Fri Aug 14, 2020 4:27 pm
Forum: General Discussion
Topic: esp-cryptoauthlib binary source
Replies: 0
Views: 1790

esp-cryptoauthlib binary source

Hi, I was looking at this: https://github.com/espressif/esp-cryptoauthlib/tree/master/esp_cryptoauth_utility#using-atecc608a-with-esp32-wroom-32 I have a custom board with the ATECC608 but my I2C pins are on a different GPIO esp_cryptoauth_utility/sample_bins/secure_cert_mfg_esp32.bin Is it possible...
by pctj101
Sat Aug 08, 2020 6:03 pm
Forum: General Discussion
Topic: Mixed Secure Boot v1 & v2
Replies: 2
Views: 3446

Mixed Secure Boot v1 & v2

I have a number of deployed devices with Secure Boot V1 & OTA Updates. I want to make some new devices and read that ESP32-ECO3 uses Secure Boot V2 (RSA). 1) Does ESP32-ECO3 NOT support the old v1 AES signing? 2) Can I send the same OTA update binary to both devices? Seems it might be hard since the...
by pctj101
Tue Jul 28, 2020 6:48 am
Forum: General Discussion
Topic: Maximum Flashing Baud Rate
Replies: 2
Views: 7225

Re: Maximum Flashing Baud Rate

Hi thanks for the confirmation.
Yes if I have hit the flash speed limit then so be it!

Have a great day!