• how to profilling with delay time is zero (or) with no wait state
    Note: This was originally posted on 21st April 2009 at http://forums.arm.com Hi Friends,        I want to do profilling of my application with delay time is zero (or) with zero wait state .       Can...
  • Newbies on how to deal with more than 16 wait states in AHB lites?
    Note: This was originally posted on 29th October 2011 at http://forums.arm.com I found an answer for more than 16 wait state problem: "[color=#222222][font=Verdana, sans-serif][size=2]For some slaves...
  • wait cammand in C51
    hi How can i introduce a wait command in C51 Regards uzma
  • Configurable Finite state Machine need help
    Hai All, I am Implementing finate state machine and approach is as follows: enum FSM_GATE_STATES { GateOpen=0, GateClose ... ... }; struct FSM_Gate { enum FSM_GATE_STATES ActiveState; }; struct...
  • Cooperative Wait on Mailbox or Event
    Using RL-ARM of RealView MDK-ARM Version 3.23 What is the best way to wait for either a mailbox or an event in a cooperative way at a certain point in a task. To my mind polling the mailbox and for...