• 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. ...
  • 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. ...
  • STR9 GPIO9 OutputAlt1 making UART0 unresponsive?
    Hello, just a quick question to see if anyone has run across this problem before. I'm working on a project using the STR9, and utilizing both UARTs. We've found that when we include the line "GPIO_InitStructure...
  • STR9 GPIO9 OutputAlt1 making UART0 unresponsive?
    Hello, just a quick question to see if anyone has run across this problem before. I'm working on a project using the STR9, and utilizing both UARTs. We've found that when we include the line "GPIO_InitStructure...
  • 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...