Search found 14 matches

by Dav_FR
Fri Sep 25, 2020 9:56 pm
Forum: ESP-IDF
Topic: Include component strategy on large configurable projects
Replies: 0
Views: 1826

Include component strategy on large configurable projects

Dear all, I would like to know if someone can share with me the most correct cmake component inclusion strategy for a large project. Maybe I missed something understanding the official guide. I'm managing a project with around 50 components in which there are low-level integration components (basic ...
by Dav_FR
Tue Sep 11, 2018 12:15 pm
Forum: ESP-IDF
Topic: About manage I2C from deep sleep wake stub
Replies: 6
Views: 8744

Re: About manage I2C from deep sleep wake stub

Regarding peripheral clock I found the DPORT_PERIP_CLK_EN_REG register so I tried with (both in 0 and 1):

DPORT_SET_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_I2C_EXT0_CLK_EN);

But the result is the same. Is that what you're talking about?
by Dav_FR
Tue Sep 11, 2018 11:06 am
Forum: ESP-IDF
Topic: About manage I2C from deep sleep wake stub
Replies: 6
Views: 8744

Re: About manage I2C from deep sleep wake stub

Hi WiFive,

Thanks for your fast reply.

Do you mean use esp_sleep_pd_config(ESP_PD_DOMAIN_RTC_PERIPH, ESP_PD_OPTION_ON); before to sleep? I'm doing it. I found this information in other forum thread.

Best regards
by Dav_FR
Tue Sep 11, 2018 10:56 am
Forum: ESP-IDF
Topic: i2c deep sleep wake stub example
Replies: 1
Views: 3827

Re: i2c deep sleep wake stub example

Hello stefaanv,

Did you achieve to carry out I2C communications on the wake stub?

If yes, can you provide me an example about this?

Thanks you and sorry about the inconvenience,

Best regards,
Dav_FR
by Dav_FR
Tue Sep 11, 2018 10:53 am
Forum: ESP-IDF
Topic: About manage I2C from deep sleep wake stub
Replies: 6
Views: 8744

About manage I2C from deep sleep wake stub

Hello! I have a case where I need to speak with a I2C I/O Multiplexer before to wake up the device (other wise the device will not wake up correctly). To solve this my intention or what I'm trying is to set up a wake stub function to speak with the I/O multiplexer via I2C before the wake up. Inside ...
by Dav_FR
Wed May 23, 2018 8:45 am
Forum: Hardware
Topic: Maximum addressable memory expansion available
Replies: 2
Views: 4637

Re: Maximum addressable memory expansion available

Thanks you so much @ESP_Sprite

Bests
by Dav_FR
Tue May 22, 2018 9:26 am
Forum: Hardware
Topic: Maximum addressable memory expansion available
Replies: 2
Views: 4637

Maximum addressable memory expansion available

Dear all, I'm searching for the biggest addressable memory architecture possible. I have been reading some documentation and threads regarding the inclusion of extra flash memories and the PSRAM, my idea is understand and confirm which is the maximum addressed memory available to be included on the ...
by Dav_FR
Mon Apr 09, 2018 11:03 am
Forum: General Discussion
Topic: Flash memory integrity check
Replies: 1
Views: 4239

Flash memory integrity check

Dear all, I would like to know if there is a way to carry out a flash memory integrity check to detect damaged sectors. I'm interested in both, via USB with some tool such as esptool.py or from the device itself with an API for remote diagnosis. The idea is know if a partition is damaged (for exampl...
by Dav_FR
Fri May 26, 2017 10:06 am
Forum: Report Bugs
Topic: Crash while WiFi STA is connected and sniffing
Replies: 3
Views: 7605

Crash while WiFi STA is connected and sniffing

Hi guys, Maybe this is not the best site but I'm not sure if is a stack problem or a problem with my code. My first question is: It's compatible use promiscuous mode after the WiFi configured as STA connects an AP? I did not find anything saying no. Context: - I'm using the last commit from master e...
by Dav_FR
Fri Mar 31, 2017 12:47 pm
Forum: Report Bugs
Topic: TG0WDT_SYS_RESET after two DEEPSLEEP_RESET
Replies: 23
Views: 29378

Re: TG0WDT_SYS_RESET after two DEEPSLEEP_RESET

Hi all,

Thanks you all for the support and replicate the bug, I already did the rollback, so we can continue in the development while the fix is published. :D

Br,
David