How should i use UART to download firm? the mcu is STM32F401VBH6,and i have sent the boot0=0. the download tool is stm32cube programmer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-28 11:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 1:39 AM
Hello,
I think that BOOT0 should be 1 to allow download with UART.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 1:56 AM
The booto now is 1,but it still show this error:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 2:06 AM
What error ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 2:19 AM
The below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 2:30 AM
Has the chip/board been test and programmed via JTAG pins?
Which UARTS and pins do you have connected, and too what?
Are other devices connected that might be signalling on other pins?​
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
‎2021-03-01 2:33 AM
Please check that you are following Application note 2606:
For STM32F401xB:
- Boot0(pin) = 1 and Boot1(pin) = 0
- USART1 or USART2
- 8-bits, even parity and 1 Stop bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 2:57 AM
My configuration as below:
Boot0=1,boot1 not configure
USART1
8-bits, even parity and 1 Stop bit
could you help to confirm boot1=0 is necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 3:04 AM
This is what section 27.1 of AN2606 is saying: "The STM32F401xB(C) bootloader is activated by applying pattern1"
If I remember well, if boot1 is pulled to 1, the MCU boots from RAM.
