2018-02-05 05:08 AM
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.
2018-02-05 05:13 AM
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