Question
How to generate fixed length hex file using STM32CUBEIDE ?
I am trying to develop a boot-loader for STM32H7xx micro-controller. For that i need a hex file of my program, i am using STM32CUBEIDE for that but the problem is that my generated hex file length is not same some line is short but i need fixed length hex file for my boot-loader.
How can i create fixed length hex file using stm32cubeide .