• nRF9e5 Dev kit
    i have just purchased the above dev kits but dont seem to be able to debug my software, can anyone advise me on how to setup the Keil compiler to do this please.
  • Cypress FX2 Dev Kit - Generating code for single Chip Dev
    I am working with a Cypress FX2 development kit for USB. The current customer just wants a USB loopback feature that is implemented in the kit. The Keil documentation states: The startup code generated...
  • Keil MCB2140 dev board
    Hello, Is it possible to implement SD Card Mass Storage Class with the Keil MCB2140 development board using LPC2148 ? Thanks Eric
  • Accessing external I2C EEPROM with Cypress EZ-USB dev kit
    Hi I'm trying to add an external EEPROM to my Cypress EZ-USB NX2LP-Flex dev kit, and accessing it using the library functions EZUSB_ReadI2C(), EZUSB_WriteI2C() and EZUSB_WaitForEEPROMWrite(). ...
  • operating leds not on a dev board.
    I see the examples of how to use the LEDS on the Keil examples but I'm not able to do this on my own board. I tried something like GPIOC->MODER |= (GPIO_MODER_MODER8_0);//output GPIOC->OSPEEDR...