• SPI status register unresponsive
    Can anyone tell me why even setting SPIEN in MR, SPIENS bit is not set in STATUS register. I have enabled local loopback for testing in master mode only. I have used the at91lib library from atmel. ...
  • KEIL SPI Status Register unresponsive
    can any one tell me why in keil, project for at91sam7se series, even after enabling SPI in mode register, SPIENS bit of status register is not active. I have enabled the PWM for SPI as well as SPIEN...
  • How do I view status of Registers?
    How do I view status of Registers? Like the Bit Timing Register (EF04 H) How do i Monitor such a Register using the µVision tool
  • CY7C68013 CPU Control Status Register using Keil
    Does anyone know why the debugger in Keil uvision2 using CY7C68013A does not like this piece of code? CPUCS = ((CPUCS & ~bmCLKSPD) | bmCLKSPD1) ; // CPUCS = 0x0E; That register is supposed...
  • USB Device interrupt status register - LPC2478
    Hello, Using a LPC2478, I'm trying to maintain a CDC connection with a host. But at a certain point, the RTX USB tasks are no longer signaled because both the EP_SLOW and EP_FAST bits of USBDevIntSt...