We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
69 #define OTG_PIN_SOF_GPIO GPIOA 70 #define OTG_PIN_SOF_GPIO_CLOCK CRM_GPIOB_PERIPH_CLOCK 71 #define OTG_PIN_SOF GPIO_PINS_8
应该为:
69 #define OTG_PIN_SOF_GPIO GPIOA 70 #define OTG_PIN_SOF_GPIO_CLOCK **CRM_GPIOA_PERIPH_CLOCK** 71 #define OTG_PIN_SOF GPIO_PINS_8
但由于其他引脚也使用了GPIOA时钟,因此程序实际没有被影响。
https://github.com/ArteryTek/AT32F415_Firmware_Library/blob/master/project/at_start_f415/examples/usb_device/virtual_comport/inc/usb_conf.h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
应该为:
但由于其他引脚也使用了GPIOA时钟,因此程序实际没有被影响。
https://github.com/ArteryTek/AT32F415_Firmware_Library/blob/master/project/at_start_f415/examples/usb_device/virtual_comport/inc/usb_conf.h
The text was updated successfully, but these errors were encountered: