• 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
  • Linking Order
    Hello, I'm using C51 v 5.10 BL51 v 3.52 uVision v 1.24 1.) When I link object files in the following order, the startup code is not run. Inspection of the .hex file shows that there is no...
  • Link Order
    Using the 8051 Assembler, how can one specify the order for linking programs? They are ordered correctly in my project, and apparently passed to the linker in the same order, but I must have the order...
  • Scatter file ordering of BSS and ZI
    I am using MDK-ARM V4.70 and have a scatter file that works OK but I have an external RAM execution region which is something like: RW_ERAM1 0x60000000 0x10000 { module1.o (+ZI, +RW) module2...
  • assembler order
    What means this line in assembler? __user_libspace: 0x10000AE0 ES813Bf3 ADD R3, R1, #0x0001CC00 instruction at the addr 0x10000AE0 called a ADD order to add value in R1 to R3 - but what about...