In cubeprogrammer unbale to add start address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-03 10:50 PM
Hello,
I am working on NUCLEO-H7 board . Its dual core CM7 and CM4. When I Erase the full flash then I click into erase and programming option but I unable to add start address . The core M7 is get programming , but in Core M4 i unable to do programming because in start address block I unable to write . i am using latest version of cubeprogrammer.
- Labels:
-
STM32CubeProgrammer
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-03 11:56 PM
Use a .BIN file, not a .ELF
​
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-08-04 12:03 AM
I am working on STM32CUBEIDE. In which folder I get the .bin file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-04 12:11 AM
Don't know, not my tools.
I'd imagine in similar place to .ELF if you've checked a "create .BIN" option, or you run objcopy
​
Other question would be why the .ELF doesn't work or infer the correct address, as it's an object file
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-08-04 3:19 AM
which objcopy I have to run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-04 3:21 AM
In stm32cubeide there was no option for create .bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-04 3:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-04 3:27 AM
Hello,
there are options to create bin and hex, please check the following picture:They should be created in the same directory as the .elf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-04 3:42 AM
The one that ships with the tools might be a good starting point. I don't think the means to get binaries out of ELF objects has changed much ​in more than 2 decades.
Up vote any posts that you find helpful, it shows what's working..
