Search found 1 match
- Tue May 31, 2022 2:55 am
- Forum: General Discussion
- Topic: ESP32-S3 Fast GPIO using GPIO.out_w1ts
- Replies: 5
- Views: 8644
Re: ESP32-S3 Fast GPIO using GPIO.out_w1ts
Hey I was running into the same issue recently with the S3 but found dedicated IO bundles and the following assembly inlines to be the fastest: static inline __attribute__((always_inline)) void IRAM_ATTR directWriteHigh(const uint8_t dedic_io_num) { __asm__ __volatile__ ("ee.set_bit_gpio_out %0" : :...