• Using enumeration constants with uVision3
    The argument I have always heard for using enumerations to define constants in C is that it allows the tool chain to pass the symbols to one's debug environment. According to earlier discussions I...
  • SL811HS Enumeration Problem
    Hi All, I am trying to write a firmware to interface USB keyboard with SL811HS(Host) with a help of Atmel AT89c51Rc2 in KEIL , i have some problems with it . When a keyboard HID device is connected...
  • Again usb fails to enumerate
    hai, Earlier I had problems with FX2 enumeration. But when I changed the port it was working well. I have developed the firmware for one board with FX2. Now I want to use the same firmware for another...
  • Using Enumerations problem?
    Hi, I'm using the MCBSTM32E board with STM32F103ZE uC. If I declare an enumeration type as 'static' in a function or as a global variable then the compiler signals no error or warning but the...
  • USB Host Enumeration problem
    Hello, I've never done a USB Host interface before, now I am trying to enumerate USB Host using NXP's USBHostLite example using LPC1768 controller. It stuck at "while (!HOST_RhscIntr);" ...