Hello All.
I'm trying to understand why arduino put tension bridge on pins 16 and 49 on the renesas uC.
By calculation, we have 3.3V on pin 16 and 0.6V on pin 49
pin16 is also USB_VBUS pin. Should be connected to VUSB.
Datasheet says: "USB cable connection monitor pin. This pin should be connected to VBUS of
the USB bus. The VBUS pin status (connected or disconnected) can be
detected when the USB module is operating as a device controller."
pin49 gets about 0.6V by divider. looks like a reference voltage as you think.
I also read it, so for me, it is not obligatory to connect it to VBUS, only if you want to know in your program if there is or not a usb connected.
Not obligatory confirmed by the fact that arduino haven't connect this pin to the VBUS...
I suspect that for the P407 USB_VBUS input that there is some Renesas USB code module that needs to read that pin status as a 1, see datasheet for the register it crops up in.
Which could be either in normal use, or for board testing during manufacture.
27.2.13 Interrupt Status Register 0 (INTSTS0)
b7 VBSTS VBUS Input Status
0: USB_VBUS pin is low
1: USB_VBUS pin is high.
b15 VBINT VBUS Interrupt Status
0: VBUS interrupts are not generated
1: VBUS interrupts are generated.
okay. Thank you for your response.
So I think, to be sure, the best thing is to remove R7 and R8 resistors and see what happens to usb ha ha.
I'll try it when I get a minima.