• ARM9
    How to create project for at91sam9m10? In dialog box "Select Device for target" I do not see the desired CPU (arm926ej-s.
  • ARM9
    Good morning, I have doubt in spi.i have LPC3250 interfacing with SPI(AT25256AW). void main() { eeprom_write(0x0000,0x55); eeprom_read(0x0000); } void eeprom_write(unsigned short...
  • ARM9 - STR912FAW44X6
    Hi everyone. I'm using STR912FAW44X6. I need to initial Output Compare for buzzer. Please, check my code below: TIM1->CR2 = 150; TIM1->OC1R = 5000; TIM1->CR1 = 1 << 10; // Set the FOLV1 TIM1...
  • Linux for ARM9
    HI,, Can I use Keil, to run simple tasks (for the time being) like flashng an LED with Linux for ARM9 (I am using Olimex with Cirrus EP9302)? thankx
  • UART on ARM9
    Gentlemen(Ladies): I've been wrestling with trying to get output from one of the two UARTs on my Keil MCBSTR9 board (vers 3). All to no avail. I've checked baudrates and the setup of the UART and...