This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

What does "Biju" mean in USB-comment?

Genius 5820 points

Found in include/usb.h:

#define USB_FIFO_SZ_8192		0x00000010 // Biju
...
#define USB_FIFO_SZ_4096_DB		0x00000020	//Biju

What does "Biju" mean exactly?

  • This question was asked by Jonathen Chen here:

    http://e2e.ti.com/support/embedded/starterware/f/790/t/180217.aspx

    No answer in that thread. If I was to guess, TI's "Biju Pillai" had a hand in porting StellarisWare to StarterWare.  I had some doubts about the FIFO defines. My unanswered thread here:

    http://e2e.ti.com/support/embedded/starterware/f/790/t/214237.aspx

    I believe bits 7:0 are used a shift number and bit 8 is used as a double buffer flag. I am guessing those defines might be:

    #define USB_FIFO_SZ_8192        0x0000000A
    #define USB_FIFO_SZ_4096_DB        0x0000001A