↳
Sleep modes, reduce refresh operations
↳
Sleep modes and refresh ops and if you have a fully static design, completely stop the clock. Minder
↳
Another one would be a ring-buffer, which is sort like a queue and easy to implement, especially if you make them a power of two. With either method (queue, ring buffer, etc) you'll need some way to make sure you can tell the transmitting side to stop (XON/XOFF or RTS/CTS) Minder
↳
A queue (First in, First out [FIFO] )
↳
It's to inform compiler that the variable may be altered runtime by another process. This is actually pretty useful in debugging using ICD, you can modify volatile variables and the new value will be used in execution in the instruction that's following your modification. Minder
↳
One is to turn off compiler optimaztions that remove loops with global variables. Minder
↳
I said int, char, float but I missed to tell void data type.
↳
I was selected for all the rounds and at last they said i was rejected due to internal level changes.I request the candidates not to attend interview in this company and do not waste your time.Instead try in some MNC's where all the rounds will be done in one single day.The people at 75f do not value the time of a candidate. Minder
↳
First thing I analise the requirement what tha client need