• error message while dealing with timer register
    ORG 00H MOV TMOD,#10H A1:MOV TL1,#BEH MOV TH1,#FCH SETB P1.0 ACALL DELAY CLR P1.0 ACALL DELAY SJMP A1 DELAY: SETB TR1 A2:JNB TF1,A2 CLR TR1 CLR TF1 RET END when I compile this source...
  • Viewing CAN registers/message objects on SiLabs 'F04x
    I am using uVision with SiLabs 'F04x family of processors; trying to get the CAN engine to talk. Running the debugger; under 'Peripherals/CAN' drop-down menu, I can bring up a dialog box called "CAN...
  • Interrupt Control Register
    Hello, We are trying to disable two fast interruptions as we get another one. We are using XC167CI. We have managed to do it but when we enable them again, the associated function executes...
  • Application interrupt and control register
    I have just started working on the basic structure of a new project using the STM32 Cortex processor. For now I am using the Keil simulator because I don’t have working hardware yet. I am having...
  • Control GLOBAL REGISTER OPTIMIZATION in uVision
    I'm wondering if there is a way to control the number of passes performed by GLOBAL REGISTER OPTIMIZATION. I have the 'Global Register Coloring' box checked in Options for Target -> C51 but for some...