• bit reverse
    I was hoping that there would be some psuedo or example code for the CMSIS generated bit reverse look up tables for the FFTs. I would like to try and extend the FFT to 8k in length. So I am looking at...
  • Does Keil c51 support to store a integer in a reversed order?
    Keil c stores the high byte of an integer in the lower physical address, for example: data unsigned integer nn; nn = 0x1234; we will find that 0x12 is stored in the phiscal address of 00h, and...
  • txd an array and rxd the array value in reverse order, using HTerm.
    the code below is transmit and receive an array data serial. the array data is to be transmitted back in the reverse order. HTerm is used in place of hyperTerminal #include <reg51.h> #include <stdio...
  • Reverse working of Switch
    When I am executing this code, the LED is ON by default whereas it should only be ON when switch is pressed. And when I press the switch, it turns off. Can anyone please explain me, what I am doing wrong...
  • 8bit reversal of all the bytes in a string
    Hello everybody, Wish you all a very happy new year. I am facing a problem, I know basically it is a C language problem but I am still not able to catch up the language yet. I have reversed the...