Hi,
can I harm the MCU by configuring PB1 as output? VBUS's 5V is directly connected to this pin. I think accidentally configured to output. Now the simple blinky example is not working.
Thanks,
Peter
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
can I harm the MCU by configuring PB1 as output? VBUS's 5V is directly connected to this pin. I think accidentally configured to output. Now the simple blinky example is not working.
Thanks,
Peter
Hello Peter,
If driven a 0V, then you may have caused excessive current sink into the device.
Regards
Amit
Thanks for answer. I expected this one. Is it necessary connect VBUS to the MCU directly? Can a 10K resistor protect the IC?
Hello Peter,
The VBUS pin draws some current from the VBUS pin. having a large resistance would cause voltage drop ending up in VBUS being detection threshold.
Typically if the USB function is not to be used then on the EK-TM4C129
Are you able to connect to the TM4C129 via the debugger and load program?
Regards
Amit
Hi Amit,
I can connect and download a program, but some of the GPIOs seems to be broken. LEDs D1 and D2 cannot be switched on ("blinky" example tried to use D1). However D3 and D4 are OK.
I have been developing USB host, so I need VBUS. As a workaround I'm injecting VBUS externally to the device and usb_host_msc and usb_host_keyboard examples work this way.
Best regards,
Peter
Hello Peter,
You might have other components not working also. It would be good to replace components as you find them not functional. Sometimes we don't know when they would be needed
Regards
Amit