• usbhid for atsam3s8b
    Hi my friends! I design a board with Atmel chip (SAM3S8B) , and I want to use keil USBHID for that. I went to keil\ARM\Boards\Atmel\SAM3S-EK\USBHID but this sample is for using Atmel (SAM3S4C) ...
  • Keil FlashFS AT91SAM7X SPI driver
    Hi, I'm just trying connect my AT91SAMXC256 with 2GB SD card using SPI and FlashFS. Unfortunately, I'm not interested in SPI peripherial,... I'm including the SPI driver in main.c file, concretely SPI_SAM7X...
  • spi driver
    are there any spi driver for 8051? is it better to use the AT89S8252 with build in spi? Moveover, Are there any web site and source code for reference about c programming both the build in spi and...
  • Sample 8051 Target Driver
    Hello. I'm newbie in using uVision4. Refer to Application Notes 145 ( http://www.keil.com/appnotes/docs/apnt_145.asp ) on 'How to Use' section. It is stated that if I entry TDRV0=D:\Src32\Target...
  • CMSIS SPI driver for STM32f103
    Hi I am currently using SPI driver from CMSIS drivers, SPI_STM32F103xx.c for my project.(STM32F103RB discovery board) I configured RTE_driver.h, defined RTE_SPI1 as 1, since I require SPI1 access...