How to run a program?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-05-10 7:31 PM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:06 AM
Posted on May 17, 2011 at 12:06
Hello!
We have a problem with our uPSD3254a. We have load a demo-program(initialize a display and put out a character) with PSDsoft Express to our microcontroller,but the LCD doesn't display anything. Does a start condition for the microcontroller exist? What have we to do, to run the microcontroller. Regards preinesOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:06 AM
Posted on May 17, 2011 at 12:06
hi,
no, there is no ''start condition''. but make sure to configure/trigger or disable the watchdog. if you want to know if the microcontroller is running, configure 1 pin as output and toggle it in an endless loop, and then look at the pin (i.e. with an oscilloscope).Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:06 AM
Posted on May 17, 2011 at 12:06
Hello,
there are actually two conditions that can stop a uPSD from running. First is the Watchdog as already mentioned by rk__. Second is the pullup at the USB_D- pin. This pullup is required even on non USB-devices. Maybe that is what is missing from your design?