• Performance Counters on ARM1176JZF-S
    Note: This was originally posted on 14th August 2013 at http://forums.arm.com Hi, I have a question about the performance counters on an ARM1176JZF-S. Does the event 0xB count L1 or L2 data cache misses...
  • Help configuring A57 performance counters
    I'm attempting to configure the performance counters on a Jetson TX1 which has the 64 bit cortex-A57. I'm trying to decipher the technical reference manual and use this guide Using the PMU Event Counters...
  • 7segment counter
    Hello, everyone, I'm new to ARM. I'm learning with LPC1768 training board. I wrote a code of 7segment counter which counts from 0 to 9. It works fine, but the problem is the G led of 7segment doesn't...
  • timer and counter
    hi!! i need help regarding 8051 timers and counters. like i am making project in which i have to use both timer and counter. i just want to ask whether we can use timer and counter at the same time...
  • Counter and printf
    Hi all I need a counter to to count up something So I use follow code to do this work unsigned long pdata counter[4]={0,0,0,0}; in the counting place, counter[0]++; when run...