• 89s52 platform
    I wish to implement 512Kb memory interface as described in the assembler document please help
  • IDE Platforms
    I am starting to evaluate IDE platforms for a development project on a LPC1768. My question is the size limitaiton of 32KB seems very small for a LPC1768. Also, are there any good independent forums...
  • C51: Getting to work volatile variable
    Hello, I have beginners problem with getting to work volatile variable. Trying to get reusable function for debouncing and detecting key_up state for all declared keys but can't get it to work as expected...
  • C51 Flash Monitor - Does it work?
    We are having a terrible time trying to get the C51 Flash Monitor to work. Is there anybody out there who was been successful with it and can convince me that it is worth persevering with. We are at the...
  • This used to work in C51
    I'm porting code from an 8051 to ARM. I have a string that shows Model, Version, Compile Date & Time: #define ModelName "H" #define FW_Version "1.04" ... const char ModuleInfo[] = {"M2P " ModelName...