Search found 3 matches
- 2026年 May 23日 00:48
- Forum: TuyaOS-Zigbee设备开发
- Topic: 求助:tuyaos中的zigbee sdk除了日志打印串口,想再加一个串口,引脚定义在哪配置?
- Replies: 1
- Views: 6669
求助:tuyaos中的zigbee sdk除了日志打印串口,想再加一个串口,引脚定义在哪配置?
代码里没有找到配置串口引脚的地方, STATIC VOID_T app_debug_uart_init(VOID_T) { // #ifndef MCU_CORE_8258 TAL_UART_CFG_T cfg; tal_system_memset(&cfg, 0, SIZEOF(TAL_UART_CFG_T)); cfg.rx_buffer_size = 128; //这里没有见配置引脚的地方,我再用一个串口的话,引脚怎么定义??? cfg.open_mode = 0; cfg.base_cfg.baudrate = 115200; cfg.base_cfg.parity = TUY...
- 2026年 May 17日 21:19
- Forum: TuyaOS-Zigbee设备开发
- Topic: 求助:zigbee编译问题 cannot import name 'create_toolchain'
- Replies: 1
- Views: 3783
Re: 求助:zigbee编译问题 cannot import name 'create_toolchain'
已解决 好像是iar没有license ,后面好了
- 2026年 May 17日 20:09
- Forum: TuyaOS-Zigbee设备开发
- Topic: 求助:zigbee编译问题 cannot import name 'create_toolchain'
- Replies: 1
- Views: 3783
求助:zigbee编译问题 cannot import name 'create_toolchain'
报错提示: Traceback (most recent call last): File "./vendor/zigbee_efr32mg21/prepare.py", line 161, in <module> from create_toolchain import create_toolchain ImportError: cannot import name 'create_toolchain' from 'create_toolchain' (./vendor/zigbee_efr32mg21/toolchain/software\create_toolchai...