Red Liu
Red Liu
I have just tried on Windows10 with ImageMagick-7.1.0-19-Q8-x64-dll.exe and very thing is ok. So maybe my Ubuntu environment is too old. FYI: ``` $ uname -a Linux ubuntu 4.15.0-161-generic #169-Ubuntu...
很可能是CS脚没有配置对!
> These parts are the AVR-DA and AVR-DB. You can check the end of the avrdude.conf file for a full list. > > For example: https://www.microchip.com/en-us/product/AVR128DA48 Thanks for your quick...
@ducky64 Thanks for your work. I ran across this issue as well, and a more simple solution to me is to update the gpio_init() in gpio.c: ``` #ifdef DAPLINK_BL //...
@ducky64 Thanks for your work. I ran across this issue as well, and a more simple solution to me is to update the gpio_init() in gpio.c: ``` #ifdef DAPLINK_BL //...
@IOsetting Thanks. Arrording to the table, the maximum input voltage is VCC+0.3, so no pin is 5V tolerant when with 3V3 supply.
More info: cherryusb_stm32 doesn't have this issue. It seems that this issue's related to the platform.
> > More info: cherryusb_stm32 doesn't have this issue. It seems that this issue's related to the platform. > > Yes, maybe ep0 toggle flag issue, but we do not...