• 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 boot code issue
    Note: This was originally posted on 5th June 2009 at http://forums.arm.com Hi I got an issue while writing the ARM1176 bootcode. I used DCI 0xE1600071 instruction to switch from secure priviliged mode...
  • ARM1176 boot code issue
    Note: This was originally posted on 5th June 2009 at http://forums.arm.com Hi I got an issue while writing the ARM1176 bootcode. I used DCI 0xE1600071 instruction to switch from secure priviliged mode...
  • 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...