Files generated by STM32CubeIde and STM32CubeProg
Hello all,
I am a newbee, and so far I finally did successfully in creating my first prog with STM32CubeIde.
I am able to produce .bin, .elf, .hex files for my project with CubeIde
I am able to read and produce a bin file of the program in flash in my board with the CubeProg
When I want to flash back to the board using DFU mode, I noticed that bin file doesn t have any segment starting address, elf file instead, have a starting address 0x800000
If I load a bin file, do I have to specify the correct programmer address I mean 0x800000 in cubeprog, because it doesn't itself :(
