In your schematic the clock is 8MHz but in your makefile it is set to
16MHz. Which is correct?
You do not need the diodes and 3.6V to UCAP. That is only on the
Micropendous board to provide the option of 3.3V or 5V operation. If
you are running at 5V then there should not be any connection to UCAP
other than the 1uF capacitor.
Your makefile and circuit appear correct. Check your wiring is
correctly connected. Try shortening as many wires as possible. The
"USB Not Recognized" error means that at least there is a voltage on
the USB lines. Could your USB signals be reversed or shorted?
Also, try shutting down your host computer completely, then unplug it
for a minute, then restart. If you accidentally shorted your USB
Host's VBUS and GND several times then the host hardware may not have
reset its USB power switches and/or its fuses need to rest.
It would really help to have a picture of your actual hardware.
On Mar 3, 12:34 pm, akshay daga <
dagaks...@gmail.com> wrote:
> i am just on to read that emitest.pdf
>
> On Thu, Mar 3, 2011 at 6:03 PM, akshay daga <
dagaks...@gmail.com> wrote:
> > hello all..
> > i had downloaded the sch based on atmega32u4(attached) modified a bit for
> > atmega16U4(attached)...
> > i went through the site
> >
http://code.google.com/p/micropendous/
> > downloaded the the micropendous zip file...
> > i modified the bootloader makefile section as
>
> > MCU = atmega16u4
> > BOOT_START = 0x3000
> > F_CPU = 16000000
> > BOARD = USER
> > the file got compile successfully...
> > i set the fuse bit of my device as
> > extended=0xF3 highfuse=0x98 lowfuse=0xDE
> > and when i pluged my USB to the the PC it shows Not recognized
> > error(attached)..
> > *
> > *
> > *am i still wrong with my ckt??*
>
> > when i opened the bootloader's make file there where no open for
> > atmega16U4, but still i modifed that. what i did was correct??
> > attached with bootloader makefile, fusebit snaopshot, my modified ckt,
> > error.
> > please how can i get out with this...
>
> > thank you
>
> > <
http://code.google.com/p/micropendous/>
>
> > On Thu, Mar 3, 2011 at 6:31 AM, Opendous Support <
> >
opendous.supp...@gmail.com> wrote:
>
> >> This is a really useful paper on USB Design Guidelines. Look at Pg.9
> >> and Pg.12. Although it is unlikely you are dealing with signal
> >> integrity issues it is always good to follow best practices. Post a
> >> picture of your setup.
>
> >> Original source:
> >>
http://www.ti.com/sc/docs/apps/msp/intrface/usb/emitest.pdf
>
> >> On Wed, Mar 2, 2011 at 8:02 PM, Cameron Tacklind <
came...@tacklind.com>
> >> wrote:
> >> > I know it's common practice to include a pull-up on the RESET line, but
> >> > according the the datasheets (not only the USB ones iirc) (under
> >> Electrical
> >> > characteristics, search for "RRST"), they include an internal pull-up in
> >> the
> >> > 30-60kohm range.
>
> >> > Anyone know what happens in the AVRs that share the reset line with an
> >> IO
> >> > line? I assume it just forces on the port's internal pull-up when RESET
> >> > functionality is needed.
>
> >> > - Cameron
>
> >> > On Wed, Mar 2, 2011 at 3:37 AM, Peter Kwan <
peterk.v...@gmail.com>