• STM32F4xx File Name size
    Using RTX RL-FlashFS on a SD-CARD formatted to FAT32, when I create file with large file name with 13 to 18 characters the file system get corrupted to a point it becomes unreadable when about 100 files...
  • using shortcuts to name header files
    I tried to use a shortcut(alias) to point to a C header file but uVision2 couldn't resolve the shortcut when opening the project. So I have a shortcut with the name header.h that can point to header1...
  • Segment names in map file *.m51
    I generate a map file with the extension .m51. In this file, we can see the symbol table with three columns : VALUE, TYPE and NAME. In the first column (VALUE) we find the address. This address is...
  • How can I set code parameter to get an hex file name ?
    Hi, my name is Davide Urbano and I'm working on Keil uVision v5; I always use the hex file generation at the end of the compilation and I'd like to know if it is possible to set in my code any parameter...
  • Segment names
    In assembly code, it seems common to name segments using question marks. Such as, ?C_C51STARTUP, ?STACK, ?DT?MYFILE, etc. Is there a requirement to do this? If not, what is its purpose? I read TFM, and...