atc1441/CH559sdccUSBHost

I want to move the pin to enter the bootloader to P2.5

cas70240 opened this issue · 1 comments

Thanks for the great project.
I want to use P4.6 for another purpose, so I moved the switch to the bootloader to P2.5

	if(!(P2 & 0b00100000)) runBootloader();

However, even after the correction, if P4.6 is set to Low, the USB port is working in host mode, or the keyboard connected to the USB port does not work.

Do I need to modify the source code to move the pin to enter the bootloader to P2.5?

Thanks

Hello,

Does any one move the pin 4.6 to another pin to use it for bootloader?