• Hello! I´m new with stm mcu´s and I would like to know how to generate a 10ns pulse with stm32f407 discovery kit. Is it possible?
    Hello! I´m new with stm mcu´s and I would like to know how to generate a 10ns pulse with stm32f407 discovery kit. Is it possible?
  • SPI SST25VF016B
    Hi, i'm writing a library to handle the SST25VF016B data flash unit for the land tiger LPC1768. Datasheet for the chip So far I've written this code: SPI.h: #ifndef __SPI_H #define __SPI_H #include...
  • SPI VIP
    how to implement the daisy chain concept in SPI vip?
  • SPI interface
    Note: This was originally posted on 10th October 2008 at http://forums.arm.com Hi all,    I am using an 180 MHz, 200 MIPS ARM920T.  My question is How can one have an SPI interface to a device(any)??...
  • SPI hanging up
    Hello! I am trying to use SPI between my ATSAMD21G18A (Cortex M0) as master and a radio module as slave. I am able to initiate the SPI, but having trouble enabling the receiver (RXEN). The manual states...