• Coding troubleshooting with Uvision5
    Hey everyone, I recently purchased an ADuC847 eval board, and am very green when it comes to coding in assembly and/or C. I have several questions when it comes to figuring out the code syntax, and...
  • WRONG XRAM VALUES DEBUGGING ADUC847
    Hello: I have a problem while debugging or simulating the analog device microcontroller Aduc847. When I compile with "Small" memory model, I'm able to watch tha value of all the variables, but If...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...
  • Agsi DLL creation
    Hello , I am building an DLL on Visual studio with AGSI example. All works well but some functions (AgsiWakeUp,AgsiRegisterExecCallBack,AgsiContinue) described in the PDF "Keil Software AGSI" did not...
  • regarding a lookup table creation
    1. I want to create a 16 bit lookup table especially at some location.i also want the output to be given to port 3 after computing the i.p ( from port 1 (8-bit) )using the expression o/p=i/p + 100. 2...