Hello,
I would like to make an SPI with a DMA on my ESP32-WROVER-E. I can't find anything on the internet about how to do it. Can you help me ? I'm working in micropython.
Thank you
Search found 3 matches
- Thu Jan 05, 2023 11:16 am
- Forum: General Discussion
- Topic: DMA Micropython
- Replies: 0
- Views: 980
- Mon Oct 17, 2022 10:38 am
- Forum: General Discussion
- Topic: Interruption and Timer
- Replies: 0
- Views: 727
Interruption and Timer
Hi, I have a problem with my interruption. So I have a function called by a timer like this : tim = Timer(1) tim.init(period=300, callback=main) and I have declared button interruption like this : pin_button_down.irq(trigger=Pin.IRQ_RISING | Pin.IRQ_FALLING, handler=handle_button) pin_button_enter.i...
- Fri Oct 14, 2022 7:51 am
- Forum: General Discussion
- Topic: Micropython firmware for ESP32-WROOVER-E
- Replies: 0
- Views: 839
Micropython firmware for ESP32-WROOVER-E
Hi, I have an ESP32-WROOVER-E(ESP32-D0WD-V3) and I programmed it with the firmware generated by ESP-IDF with the board "GENERIC_SPIRAM". But I have a problem when i run my code, there is an error : W (54) boot.esp32: PRO CPU has been reset by WDT. W (54) boot.esp32: WDT reset info: PRO CPU PC=0x4008...