• How to access a microSD card?
    Hi, I'm using the Keil MCBSTM32EXL board with the STM32F103ZG micro controller. On this board there is a microSD card holder connected to the uC. I would like to use this feature writing and reading...
  • microSD card on LPC2368 with SSP0
    Hi there, I try to use microSD on LPC2368 with SSP0 (SCK0 on P1.20, SSEL0 on P1.21, MOSI0 on P1.24 and MISO0 on P1.23), can somebody share with me experience or some workign example with above settings...
  • Emulate USB Keyboard with MCBSTM32Exl
    Hi, I use the board MCBSTM32Exl ( http://www.keil.com/arm/mcbstm32exl/ ) and i wanna that my Board emulate a USB HID Keyboard (When i use the push-button User, the char 'Q' is send to my PC Host...
  • MCI driver for microSD with SPI access
    Hello, I need to replace the MCI driver of the Keil Example Code \Keil\ARM\Boards\Keil\MCB2300\RL\USB_FlashFS\SD_File by a driver which accesses the microSD card via the SPI interface in SPI mode...
  • microSD + LPC2148
    Hi, i am trying to interface micro SD card with LPC2148. I am new to ARM and don't know where to start but i have used SPI in Keil and can work with it. I need a working example (if available). ...