• Reordering Intel hex file lines by address
    I wrote software (for PC and my target micro) to download Intel hex format files. It turns out it's much more efficient of the file is sorted by address. Is there a linker command/directive that forces...
  • Reordering Intel hex file lines by address
    I wrote software (for PC and my target micro) to download Intel hex format files. It turns out it's much more efficient of the file is sorted by address. Is there a linker command/directive that forces...
  • List files in alphabetical order
    How to use Fatfs file system module to list files in ALPHABETICAL ORDER? I tried f_readdir(&dir, fileinfo);, but it does not retrieve files in order. Please help
  • List files in alphabetical order
    How to use Fatfs file system module to list files in ALPHABETICAL ORDER? I tried f_readdir(&dir, fileinfo);, but it does not retrieve files in order. Please help
  • Source files order in output image
    Hello to all: How does Linker or Compiler determine that which source file should be located first in base address of device memory? For example we have a project with a startup file.s (stm32f10x_startup...