while programming my controller throws some junk on uart peripharals*
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-02-05 5:08 AM
Posted on February 05, 2018 at 14:08
Hi Guys,
Am Using STM32F429 device. every thing works fine as per my application but am not getting one thing that when ever am programming my Controller some junk values are placed on my UART peripherals .
How to Stop my controller to throw Junk values to UART peripherals .
Thanks In Advance.
Regards,
Himasagar.
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-02-05 5:13 AM
Posted on February 05, 2018 at 14:13
During device programming the device is essentially in reset state, i.e. most of its pins are floating.
Then it's upon the externally connected circuitry to assure a defined state, e.g. using a (real hardware) pullup/pulldown resistor, as appropriate.
JW
