I am using stm32f746g discovery board. I am tried "usb host msc class firmware update"
I segregate my internal flash,
0x08000000 to 0x0804000 - USB boot application
0x08040000 to 0x0810000 - USER application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-16 12:38 AM
Prior to this i am trying to jump the user application from boot application, but it is not working. After change the linker file script in my user application it's working properly.
My application run at 0x0804000.
Now my problem is everything i am done at using BIN file, i am tried with hex file usb bootloader it is not working ?
- Labels:
-
Bootloader
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-16 5:44 AM
> Now my problem is everything i am done at using BIN file, i am tried with hex file usb bootloader it is not working ?
Flashing using BIN requires you to specify the start address, but is otherwise identical to flashing with a HEX.
Verify the flash was successful by using STM32CubeProgrammer to verify the memory matches the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-16 11:35 PM
@TDK​ thanks for your replay,
everything right but my problem is write hex file by using "USB host msc class firmware method"
