Jieli-Tech / fw-AC63_BT_SDK

Firmware for Generic Bluetooth SDK(AC63 series), Support AC631N/AC635N/AC636N/AC637N/AC632N, compatible with AC69 series without audio support.
Apache License 2.0
167 stars 97 forks source link

usb_iomode 不能输出高电平 ( AC6369F ) #165

Closed mikewen closed 1 year ago

mikewen commented 2 years ago

下面的代码,USBDM,USBDP只能输出 0.5-0.6V 左右 usb_iomode(1);

gpio_set_direction(IO_PORT_DM, 0);gpio_set_output_value(IO_PORT_DM,1);gpio_write(IO_PORT_DM,1); gpio_set_direction(IO_PORT_DP, 0);gpio_set_output_value(IO_PORT_DP,1);gpio_write(IO_PORT_DP,1);