2010-07-28 07:21 AM
2011-05-17 05:00 AM
After a reset the BOOT pins determine what section of memory is used for startup. You can select user flash, system bootstrap, or RAM. BOOT0 is hardwired but BOOT1 can be used as a GPIO (with some restrictions) after the reset completes. That's why you usually see external pull up/down resistors on the BOOT lines.
The STM32 datasheets go into detail on how BOOT pins work. Jack Peacock2011-05-17 05:00 AM
2011-05-17 05:00 AM
Thks for the help dudes, take care