Hi,
it is not clear to me if the FSM related to the touch pad sensor is implemented either in the ULP or it is an hardware component?
If it is implemented in ULP, where can I find the code?
Best regards,
Stefano
Search found 5 matches
- Wed Aug 10, 2022 9:21 am
- Forum: ESP-IDF
- Topic: Touch pad FSM implementation
- Replies: 1
- Views: 1292
- Wed Aug 10, 2022 8:00 am
- Forum: ESP-IDF
- Topic: Touch pad FSM timer mode priority
- Replies: 0
- Views: 1348
Touch pad FSM timer mode priority
Dear Sirs, I configured the touch pad FSM to run in timer mode (hardware timer) with touch_pad_set_fsm_mode(TOUCH_FSM_MODE_TIMER) . I experience some extra noise in the result value (count) when the system is busy. Is it possible to give higher priority to the FSM hardware timer? Which timer is used...
- Mon Apr 30, 2018 12:41 pm
- Forum: ESP-IDF
- Topic: Asynchronous SPI slave example
- Replies: 0
- Views: 3930
Asynchronous SPI slave example
Hi, I don't know how to get asynchronous communication (that is with "spi_slave_queue_trans" and "spi_slave_get_trans_result") working when in SPI slave mode. My code is the following: Init #define PIN_NUM_MOSI 23 #define PIN_NUM_MISO 19 #define PIN_NUM_CLK 18 #define PIN_NUM_CS 5 static spi_bus_con...
- Thu Feb 23, 2017 9:08 am
- Forum: Hardware
- Topic: SPI as only input pins in slave mode
- Replies: 11
- Views: 20520
Re: SPI as only input pins in slave mode
Hi,
in the reference manual (chapter 5.4) it is stated that the maximum input clock frequency of the ESP32 GP-SPI slave is fapb/8.
Does it mean that in SPI slave mode the maximum communicatino frequency is 10 MHz?
Best regards.
in the reference manual (chapter 5.4) it is stated that the maximum input clock frequency of the ESP32 GP-SPI slave is fapb/8.
Does it mean that in SPI slave mode the maximum communicatino frequency is 10 MHz?
Best regards.
- Mon Jan 23, 2017 5:30 am
- Forum: ESP-IDF
- Topic: tcp socket speed 10Mbps only. How can I speed up?
- Replies: 12
- Views: 38772
Re: tcp socket speed 10Mbps only. How can I speed up?
Hi, interesting results. I'm facing similar problems, but worse, I can get only less than 1 Mbit/s. My configuration is: only one esp32 module connected to the AP and the computer sending the data to the module (connected to same AP via cable). Please, could you share all the example code to compare...