• #include a string from file
    Hi all, I have a text file and need to include it as a string in the firmware. For example: char textFile[] = "#include "file.txt""; Where file.txt contains: abc The result I...
  • show include file dependencies
    Hello at all, where can I find in the µvision manual an explanation of the context menu command "show include file dependencies". Thanks for answers, Volker
  • $include?
    if i have configuration: ... VAR: DS 1 ... and,i include it in one .asm file $include (confi.inc) when i assemble them, msg show: Program Size: data=30.0 xdata=0 code=101 and,i include...
  • include file
    hello everyone, i am writing a program for c8051f020,in which i have 4 ".c" files: main c file,keyroutine file, general routines files,confguration file i separated bit addressable, data addressable...
  • Include binary files at an absolute address
    I've to include two binary files, one at address 0x2000 and other at 0x3000. These are absolute address in the CODE section. These files includes ARM cortex M0 firmwares which can be switched to using...