Search found 3 matches

by finha29
Thu Oct 13, 2022 2:45 pm
Forum: ESP32 Arduino
Topic: CONFIG_TWAI_ISR_IN_IRAM
Replies: 0
Views: 836

CONFIG_TWAI_ISR_IN_IRAM

Hi,I'm using arduino ide and not shure how can I enable "CONFIG_TWAI_ISR_IN_IRAM", can anyone help me?

thanks!
by finha29
Wed Jul 20, 2022 7:26 pm
Forum: General Discussion
Topic: gpio_deep_sleep_hold_en function
Replies: 0
Views: 926

gpio_deep_sleep_hold_en function

I don't undestand at all how does it work the function "gpio_deep_sleep_hold_en", it hold ALL pins in deep sleep ? or just the ones set prevoiusly by "gpio_hold_en(gpio_num_t gpio_num)". I need to Hold just one GPIO during deep-sleep, is it possible?

thanks!!
by finha29
Mon Jul 11, 2022 3:57 pm
Forum: General Discussion
Topic: adding an external flash for data storage
Replies: 1
Views: 1360

adding an external flash for data storage

Hi, I'd like to know if its possible to use the flash API to connect an external flash(not shared with main flash) in dual mode and not use WP and HOLD, I have left only 4 pins and I don't wanna use an SD card beacuse of the vibration environment.

thanks