Skip to main content
AlexVetoshko
Associate
October 12, 2021
Question

How to get separate binary files (.bin) in STM32CubeIde for external flash

  • October 12, 2021
  • 1 reply
  • 1665 views

Hello! We have a bootloader for STM32H747 + 2 external flash drives (NOR + NAND with Fatfs). This loader implements writing firmware from the file system in NAND using a binary (.bin). But there was an additional need to write the contents of the NOR flash drive in the same way. The content of the NOR is in a memory section from the address 0x90000000. Actually, the question is, is it possible to generate separate binary files for the controller FLASH memory and the NOR section using STM32CubeIDE (by default, a huge single file is generated with intermediate addresses filled with zeros)?

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
October 12, 2021
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..