stm32g431 boot 0 pb8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-12 5:36 AM
how disable boot 0 pin8 i used this pin for input make problem to boot from flash how can disable any condition mcu boot from flash not check this pin when reset
Solved! Go to Solution.
- Labels:
-
STM32G4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-13 6:04 AM
you can set the related option bytes to avoid the boot pin impact.
you can check the Boot configuration part of the reference manual.
nBOOT0 FLASH_OPTR[27] set to 1, and nSWBOOT0 FLASH_OPTR[26] set to 0 will make the chip boot from main flash and regard less of the boot pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-12 6:02 AM
You've post this 6 times, please don't do that. Edit posts if you need to add or change details.
Check if there are Option Byte settings to fix nBOOT, or similar
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-12 7:45 PM
I SEND ONE TIME 6 TIME GOT MASAGE TRAY AGAIN
I USED PB8 FOR INPUT WHEN RESET IF THIS PIN HIGH NOT BOOT FROM INTERNAL FLASH I TRY TO FINED WAY HOW CANCEL THIS PIN NO ANY EFECT ON BOOT ADDRESS ALL CONDITION BOOT FROM INTERNAL FLASH MEMORY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-13 6:04 AM
you can set the related option bytes to avoid the boot pin impact.
you can check the Boot configuration part of the reference manual.
nBOOT0 FLASH_OPTR[27] set to 1, and nSWBOOT0 FLASH_OPTR[26] set to 0 will make the chip boot from main flash and regard less of the boot pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-13 11:16 PM
is possible example software give me how to do it becuse after reset cpu go to one address start
nSWBOOT0 FLASH_OPTR[26] and nBOOT0 FLASH_OPTR[27] this register or flash address must write ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-13 11:21 PM
you can use the cubeprogrammer to do the option byte configuration​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-24 10:58 PM
thanks fixed my problems
