• How would you create a conditional %define in asm
    I'm tring to create a conditional address statement in my start167.a66. The goal is to be able to use the same start up file with different uv2 targets. one target would be stand-alone and the other target...
  • CAN block download
    Hi, I want to broadcast a large array from a CAN node to several other CAN nodes and need to know if this has been done before and how it was handled? I am not sure how to manage the transfers to...
  • Splitting a single memory block into two
    This question is more hardware related than software, but is affected by both. We are currently using 512KBx16 Flash and SRAM in our design, but we want to do away with the flash and use only SRAM. Which...
  • #pragma ASM/ENDASM inside a #define (???)
    Hello, I'm having trouble using #pragma ASM/ENDASM inside a #define statement. This is what I want to do inside the #define: - push ACC (assembly) - push IE (assembly) - EA = 0 (C) This...
  • How to use C + ASM meny parameter
    I have a problem. C function call from assembler. Then C function meny parameter. How to use assembler code? sorry .