User Activity

Right now, i have generated a hex file using objcopy, added a crc etc to it.Now, is there any way to add this hex information back to the original elf file? It would be nice to have it all packaged in one file back again.
I am using STM32F207. I generated a project using cubeide, and everything was working.the folder structure was such that Inc, Src, and Startup were placed in Core folder. i moved them to parent folder, deleted core. The project builds, but when i sta...
I am genreating a hex file from .elf in post, and adding crc to it. Is there any way to debug using new hex, in cubeide 1.1.0
I am using STM32F207. The project that im working on will later on will be used by a bootloader. I am, therefore, trying to add crc information in the hex file so that bootloader will be able to validate its correctness.I am using srec_cat to calcula...
I started off by using the STM cube generated libraries.Reviewing modem's documentation, i assumed that it will be just a CDC device with a few minor changes. I asked Quectel for device descriptor, they sent me one for EC21/EC25 which is similar to B...