• Importing constants
    How to import to a *.c file a constant defined in a *.asm file with EQU directive ?
  • Importing assembler code
    Hello, everybody I make a program for LPC1754 and trying to include helix mp3 codec - library. The compilers gives me errors with one of the files (assembly.h) that inline assembler is not permitted...
  • How to export linker-defined symbols to a symbol file?
    I built an image with armlink using a scatter file. I used the --symdefs option and a steering file to export all public symbols that are in my image and that I want other code to have access to. In...
  • define a constant to an absolute address
    How to define the following constant to an absolute address at 0x1000? unsigned char code index[] = { 0x3, 0x5, 0x6 } ; //a constant mem in a file Thanks for any help!
  • important
    hi, i'm having problems using timers in AT89C51. I have a timer in an interrupt handler routine. As soon as the "output" variable gets a rising edge, the program enters in the interrupt handler routine...