我想问下ADC128D818的写操作的Serial BUS Address和读操作的Serial BUS Address 是不是一样的? 还有ADC128D818的读
2025-02-07 07:37
esp32_c3_i2c { struct rt_i2c_bus_device bus; i2c_config_t i2c_cofig; char *device_name; }; struct
2023-05-12 15:12
1、首先看看它名字真正的含义: SPI(Serial Peripheral Interface:串行外设接口); I2C(INTER IC BUS:意为IC之间总线) UART(Universal
2021-07-28 07:41
1、首先看看它名字真正的含义:SPI(Serial Peripheral Interface:串行外设接口);I2C(INTER IC BUS:意为IC之间总线)UART(Universal
2021-07-28 09:06
在调试程序时发现,CAN和serial线程里面都调用rt_device_write函数会导致rt_device_write函数卡死。CAN是用中断接收和发送,serialDMA接收,轮询发送。会不会
2022-05-06 09:44
extern struct rt_device uart1_device; extern void rt_hw_serial_isr(struct rt_device
2022-04-18 14:09
= rt_i2c_bus_device_device_init(bus, bus_name);i2c_dbg("I2C bus [%s] registere
2022-11-22 14:37
rt_spi_bus_attach_device(&spi_device, SPI_FLASH_DEVICE_NAME, SPI_BUS_NAME, (
2022-10-10 15:19
/qq_40088639/article/details/109462408)1.USB基础知识USB:Universal Serial Bus,中文译为“通用串行总线”,USB设备最显著的优点是具有热插拔功能、传输
2022-02-15 07:04
USB(Universal Serial Bus,通用串行总线)是近年来得到大力发展和应用的计算机接口技术,它简化了计算机外部接口连接过程,便于计算机扩展各种外部设备。USB在协议制定时,为了方便
2021-06-08 06:32