• problem in getting data
    Hello I,m saha working with at89c51.I'm new in the field and dont know much about that.I want to get digitized data from sensor but instesd getting data in the form of digit i get in following formate...
  • How to get data out of an interrupt?
    Hi, I would like to retrieve some value from my external interrupt handler. The external interrupt handler goes through different states and I would like to evaluate some value inside the interupt...
  • Getting Data From PC at random
    I wan to check for incoming data from the PC at certain interval if no data is available move forward to other functions so i wrote a function for getting charater getcharX() for some reason it dose not...
  • Data in not getting loaded for SPDR register
    void main() { SPCR =0xD8; //Enabling SPI int,setting clock EA=1; ES0=1; SPDR=0xFF; //SPI data register while(1); } unsigned char bdata test; sbit SPIF=test^7; void sr_intr() interrupt 4 { test...
  • unable to get trace data
    Hello, I am unable to get trace data using trace dump command in DS-5.  I'm using ARM FVP Cortex A8 Bare Metal Debug.  I can get traces just fine, but I'm not able to export it to a file using trace dump...