• 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...
  • MCB1760 GLCD - Display is mirror-reversed
    Hi- Just got the first hardware here, the MCB1760. Thinks look like they're working nicely, except every demo that uses the GLCD produces a mirror-image of what I would expect. Any ideas? I haven't...
  • defining port wirh reverse order
    Hi, I will use a 4-bit LCD with 8051. But there is a problem, LCD's data pins are connected in reverse order. i.e. D7 to P2^0 D6 to P2^1 D5 to P2^2 D4 to P2^3 My previosly written program...
  • 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...
  • CMSIS DSP bit reverse table lengths
    Hi can someone please explain why these 4096 tables have table lengths of 4032 ? #define ARMBITREVINDEXTABLE_4096_TABLE_LENGTH ((uint16_t)4032) #define ARMBITREVINDEXTABLE_FIXED_4096_TABLE_LENGTH...