• Matrix Keypad for Atmel AT89C51SND1
    Hi all, I'm quite new at this, so please bare with me. I have a question regarding Atmel AT89C51SND1. For my application I need 12 different keys. As i understadn the AT89C51.. has 4 interrupt driven...
  • Keil PK51 Evaluation Version / Flashmon
    Hello, Does Flashmon work with the PK51 Evaluation? If so, I'm trying to get it to work with Atmel's Demoboard1 with a T89C51CC01. Any pointers would be greatly appreciated. Thanks, Tom.
  • How to use code banking on FlashMon ?
    I will use code banking on Flashmon but I don't know how to config.Need your great help on this item. Thanks. Andy
  • Does FlashMon Require a UART Bootloader
    Hi all, Just a simple question but do I need a UART boot loadable Atmel device to use FlashMon? We use the CAN bootloader chips and I can't discern from the manual as to whether FlashMon overrides...
  • external ram addressing ( CompactFlash) with AT89C51SND1
    Hi, I try to communicate with an compactflash with external memory (movex). My microcontroler is AT89C51SND1 My initial values : extern xdata Byte volatile CF_SECTOR_COUNT _at_ 0x1F2; ...