I have a custom board using a teensy 3.1 as the micro. I have read the previous posts (from the Mini54 page) on the forum about custom boards and those issues are not the same as mine. I have also added the schematic.
*Please note that the USB D+ and D- lines in the schematic are reversed, however this has been corrected on the board.
Issue / Symptoms:
When I plug the board into the USB port I do not get a response from the system. When I press the load button the computer gives the sound as if a USB device has been plugged in and the Teensy.exe software recognizes that I have connected a board and shows that the *.cpp file has loaded. The board however does not show up as a serial port and the program does not get loaded on the micro (It is a simple "blink" on pin 13 program and the output does not turn on).
Troubleshooting done so far:
1.) Added a capacitor to the 3.3VDC bus to stabilize the voltage level (this was a suggestion from a previous post).
2.) Tested the Reset pins on the Mini54 and the MK20
a.) When the USB is first plugged in Reset pin is high
b.) When the load button is pressed the Reset pin pulls the pin low
c.) When the load button is released the reset pin goes high again and stays that way
3.) Clock Signal
a.) When the USB power is applied there is no clock signal (which is to be expected)
b.) When I press and release the program button a clock signal appears for a few moments
c.) After the teensy.exe says the program has loaded the clock signal goes away
4.) I have tried the program i am working with to load on a stock teensy and it works just fine.
Any advice would be greatly appreciated.
*Please note that the USB D+ and D- lines in the schematic are reversed, however this has been corrected on the board.
Issue / Symptoms:
When I plug the board into the USB port I do not get a response from the system. When I press the load button the computer gives the sound as if a USB device has been plugged in and the Teensy.exe software recognizes that I have connected a board and shows that the *.cpp file has loaded. The board however does not show up as a serial port and the program does not get loaded on the micro (It is a simple "blink" on pin 13 program and the output does not turn on).
Troubleshooting done so far:
1.) Added a capacitor to the 3.3VDC bus to stabilize the voltage level (this was a suggestion from a previous post).
2.) Tested the Reset pins on the Mini54 and the MK20
a.) When the USB is first plugged in Reset pin is high
b.) When the load button is pressed the Reset pin pulls the pin low
c.) When the load button is released the reset pin goes high again and stays that way
3.) Clock Signal
a.) When the USB power is applied there is no clock signal (which is to be expected)
b.) When I press and release the program button a clock signal appears for a few moments
c.) After the teensy.exe says the program has loaded the clock signal goes away
4.) I have tried the program i am working with to load on a stock teensy and it works just fine.
Any advice would be greatly appreciated.