• Useful pieces of code needed
    I've recently started learning how to program for my PhD and they say I'm very talented. So far I have written an equation program using simple components like 'if-else' and 'switch' functions. I...
  • locating a piece of code
    Hi all, i am using keil uvision3 with ulink.(mcb2100) can i locate a piece of code to a specific location in internal rom or in internal ram? What i want to do is,i want to locate some piece...
  • Doubt about a piece of manual
    Compiler User Guide: Texas Instruments (TI) C55x intrinsics for optimizing C code http://www.keil.com/support/man/docs/armcc/armcc_babchiba.htm Intrinsics for rounding, saturation, bitcount and...
  • Everything works fine without reboot
    Hello all. We're using the MCB1760 Board and try to communicate via Ethernet with a PC with a RealTime Linux. The Ethernet communication on the board is interrupt triggered. If we program the device...
  • MACRO
    Hello, May I know if the code as shown below works? -------------------------------------------- #pragma src void main(void){ #pragma asm myMacro MACRO MOV R1, #01 MOV R2, #02 MOV R3,...