• how to read CCNT on ARM1176
    I want to use CCNT register readings to profile short code segments. The code to read CCNT would be in C (if possible) or C inline assembly compiled under Linux by ccp. Can somebody provide an example...
  • how to read CCNT on ARM1176
    I want to use CCNT register readings to profile short code segments. The code to read CCNT would be in C (if possible) or C inline assembly compiled under Linux by ccp. Can somebody provide an example...
  • Is there enough processing horsepower in the ARM1176 processor ....
    .... to take a 200 kHz digital pulse train input and turn it in to a 41.7 kHz output pulse train? I want to use an ISR to detect the rising edge of a pulse train, determine if it is time to output a pulse...
  • Is there enough processing horsepower in the ARM1176 processor ....
    .... to take a 200 kHz digital pulse train input and turn it in to a 41.7 kHz output pulse train? I want to use an ISR to detect the rising edge of a pulse train, determine if it is time to output a pulse...
  • Arm1176 processor is getting hang, when I use Multiple register data transfer instructions, my Stack pointer is in DDR
    Tried with bare code, the DDR stack behavior is fine when we use recursive function call passing multiple arguments, but, when I use Multiple register data transfer instructions shown in below example...