CH559sdccUSBHost icon indicating copy to clipboard operation
CH559sdccUSBHost copied to clipboard

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

Open cas70240 opened this issue 4 years ago • 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

cas70240 avatar Jan 15 '21 01:01 cas70240

Hello,

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

alexiskyriakou avatar Feb 01 '22 11:02 alexiskyriakou