Shop OBEX P1 Docs P2 Docs Learn Events
Memory Stick Data Logger #27937 — Parallax Forums

Memory Stick Data Logger #27937

bdrew7bdrew7 Posts: 38
edited 2007-12-19 16:55 in BASIC Stamp
Can someone tell me how to do a hardware and/or a software reset on this usb data logger (#27937)?

My code to talk to the data logger works great, but if my watchdog timer times out and resets all other devices in the system by pulling the device's reset line to the reset state, the data logger does not get reset.

Thanks in advance for your help>
Bernard··· confused.gif

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2007-12-18 16:15
    I believe the RESET# pin is available on the side of the board where it's used for updating the firmware. I'm guessing, but the 4 pads on the side look suspiciously like they're made for use with a PropPlug. They're not documented, so you'll have to see where they go.

    I don't know of a software reset command. The closest thing would be the SUM (suspend monitor) command, then use the RI# (ring indicate) signal to wake the device up again. I don't know how much reinitialization goes on when the device wakes up again. You might check with FTDI.
  • PARPAR Posts: 285
    edited 2007-12-18 19:37
    Also, look at pin 9, RESET#, which is documented in

    http://vinculum.com/documents/datasheets/DS_VNC1L-1A.pdf

    on page 6, as:

    9 RESET# Input Can be used by an external device to reset the VNC1L. This pin can be used in combination with PROG# and the UART interface to program fi rmware into the VNC1L. If not required pull up to VCC via a 10 kΩ resistor.*

    * These pins are pulled to VCC [noparse][[/noparse]3.3v] via int
    ernal 200kΩ resistors.

    (The schematic on pg 16 actually shows using a 47Kohm resistor)

    Dunno how this info may relate to your need.

    PAR

  • bdrew7bdrew7 Posts: 38
    edited 2007-12-18 20:14
    Thanks to you both.·

    I will ring out the four pads on the edge of the data logger and determine if one·pad is connected·to pin 9 on the FTDI device.· If so, this should be an easy solution to pull the pin to ground·and hardware reset the device and the rest of the system.

    Bernard
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2007-12-19 15:15
    Bernard,

    I’ll save you a bit of trouble…The /RESET pin is actually located on the 3-pin header on the side (labeled P, G and R). You want the R pin. As for the 4 holes on the side…well they would connect to the other USB channel and are the +5V, USB Data and ground lines. These aren’t documented since they’re not technically supported (based on our intended use of the device). Advanced users can make use of these though. As a note, the 3-pin header is used when serially updating the firmware, although I prefer to do it via the USB device itself. I hope this helps (and saves your DMM battery). Take care.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • bdrew7bdrew7 Posts: 38
    edited 2007-12-19 16:55
    Thanks for the information. This will do the trick.

    I know other people were looking for this information also.

    Bernard
Sign In or Register to comment.