• Stability of ASM function calls
    Say I have a function: unsigned char* func1(unsigned char param1, signed int param2); That would be an ASM function being called from C. The actual parameters and return type are rather irrelevant...
  • At89s8252
    I am using At89s8252 to develope my project. and i have some difficult now. I need to set the following things, 1. Timer 0 and a time ticker 2. SPI port for serial interfancing 3. Serial port...
  • Learning curve + stability when upgrading to Armv8
    I've been putting it on hold because I've barely gotten used to Armv7 but i wondered how much of a learning curve it takes to get started on v8? Willl everything run smoothly or should I expect to do...
  • AT89S8252 with USBN9603
    Hi!I'm triying to connect an AT89S8252 with a USBN9603. Could you send me an example code? Thanks a lot in advance
  • AT89S8252 and EEPROM
    I'm using AT89S8252 with 2K of EEPROM and would like to know if I can use it in my program. Can I declare a variable to be stored in the EEPROM? Thank you.