• Clean target deletes my source files
    With MDK 4.23, when I create a new project (any NXP proc) with just a startup.s, after it builds fine, when I do a 'clean target' uVision kills my source file startup.s I tried in various directories...
  • clean target with *.crf and *.d files
    hi, i have created a batch file to delete *.crf and *.d files. Is it possible to link this batch file with clean targets option? thanks, ilaa s
  • Clean bootloader to application Jump
    Hi, I am developing a boot-loader for lpc1769 based custom board using KEIL uv5. My approach is to have a separate boot-loader project starting at flash 0x00000000. The main application is another project...
  • Error while deleting .d file
    Hi all, I have a problem in my code compilation, my stuffs are STM32F107RB, Keil, CubeMX. Cube allows me to get files usable with Keil V5. When I tried to compile, these errors appear: ...
  • Deletes characters from text files
    ¿I can delete specific characters of a text file? for example, i have a file text with "123456". I'd like delete the number '3' only. ¿what function can i use?