• undesirable 'optimization'
    the source (shown from the list): 312 3 /* shift out the column data */ 313 3 for (index = 0; index < 8; index++) 314 3 { // column clock to 0, clear column data pin 315 4 SB_P1_FDDA_N = 1; 316...
  • Undesired pointer conversion
    I am calling an assembly function from C. The prototype explicitly declares a xdata pointer parameter, foo(unsigned char xdata *buffer). Likewise the definition explicitly declares xdata pointer parameter...
  • Configuring GPT to generate Interrupts
    Hallo all, Can you help me to configure General Purpose Timer to generate interrupts in the rate of 4KHz intervals. Application: I want to generate Sin PWM so that I require to change Pulse width...
  • STR9 RTC interrupt generation interval
    Hello, I am not able to persuade my RTC to generate periodic interrupts more frequent than 2Hz (that works just fine). In theory, the device should support 2, 16, 128 and 1024 Hz. When I run my program...
  • Interrupt is not generated when running simulator.
    When I insert a breakpoint in an interrupt, ex. Interrupt 0. Then, I generate an interrupt, using PORT3, in a button that I created for Toolbox. However, the interrupt is not generated, if the simulator...