Search found 2 matches
- Thu Sep 14, 2023 12:37 pm
- Forum: ESP-IDF 中文讨论版
- Topic: esp-idf 什么时候能支持 esp32c6 的两路 TWAI
- Replies: 2
- Views: 4392
Re: esp-idf 什么时候能支持 esp32c6 的两路 TWAI
啊这,,计划是今年底,年底新版本里面支持,旧的驱动不好改,已经在直接做一套新的了,,,可以再等2个月吗,实在捉急的话11月左右可以先给你补丁去测
- Mon Sep 11, 2023 9:00 am
- Forum: ESP-IDF
- Topic: Issue with SPI Communication between ESP32C3 and MCP3461: MISO Problem with Espressif's spi_master Library
- Replies: 3
- Views: 1113
Re: Issue with SPI Communication between ESP32C3 and MCP3461: MISO Problem with Espressif's spi_master Library
I don't know how Arduino implement your transaction, But from your ADC chips datasheet, if you need check the "ack" phases, it seems actually a full-duplex communication, at least in the "cmd-ack" section, means you need perform them in same transaction so that they are same time. So you shouldn't s...