求助:esp-idf5.0 编译matrix_keyboard的demo报错!
Posted: Tue Jul 04, 2023 6:49 am
by jr-test
Code: Select all
error: 'DEDIC_GPIO_INIR_NONE' undeclared (first use in this function)
error: 'DEDIC_GPIO_INIR_BOTH_EDGE' undeclared (first use in this function)
用的是esp32-s3的开发板
这些宏都是在"driver/dedic_gpio.h"能找到的,是路径不对还是哪里没有配置好,有人遇到过吗?
Re: 求助:esp-idf5.0 编译matrix_keyboard的demo报错!
Posted: Tue Jul 04, 2023 7:18 am
by jr-test
jr-test wrote: ↑Tue Jul 04, 2023 6:49 am
Code: Select all
error: 'DEDIC_GPIO_INIR_NONE' undeclared (first use in this function)
error: 'DEDIC_GPIO_INIR_BOTH_EDGE' undeclared (first use in this function)
用的是esp32-s3的开发板
这些宏都是在"driver/dedic_gpio.h"能找到的,是路径不对还是哪里没有配置好,有人遇到过吗?
用esp32-s2就可以编译通过。有哪些不一样的地方吗?
Re: 求助:esp-idf5.0 编译matrix_keyboard的demo报错!
Posted: Tue Jul 18, 2023 10:31 am
by ESP_Zombie
Re: 求助:esp-idf5.0 编译matrix_keyboard的demo报错!
Posted: Wed Jul 19, 2023 7:23 am
by jr-test
感谢您的回复,我也发现了S3不支持SOC_DEDIC_GPIO_HAS_INTERRUPT这个宏,但是我需要用S3实现这个矩阵键盘的功能。
想问一下后续的S3会支持SOC_DEDIC_GPIO_HAS_INTERRUPT吗?
如果可以像S2可以实现按键矩阵就方便了,就不用通过按键扫描来实现了。