I want to move the pin to enter the bootloader to P2.5
cas70240 opened this issue · 1 comments
cas70240 commented
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
alexiskyriakou commented
Hello,
Does any one move the pin 4.6 to another pin to use it for bootloader?