• RTX RTOS available for ARM9?
    I am looking into using a processor made by Cypress Semiconductor, the EZ-USB FX3, which uses an ARM926EJ-S core. Is there a port of the RTX RTOS available for this core? Thanks, Doug Burrell ...
  • developing library to communicate with processor ARM9
    we intend to write a library, /api which will communicate directly to the processor, will you please guide us how to work towards this thanks
  • Is there any C51 reference material available?
    Dear all, I am a newbie on 8051 C programming. I'd like to know if there is any instruction reference on the web. By the way, I have a question: TMOD &=0xFF TMOD |=0xFF What do those ...
  • memory mapping - any space available?
    Hi, I have an MCB251 board, which I'm running in 8051, non-page mode. Is there any memory space available for mapping another device, such as an ADC or and external 8255 I/O chip? If so, how do I...
  • 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...