• 8bit enums
    Hello everyone, I'm using some enums and due to the standard they are 16bit int per default. But in most of my cases 8bit would be sufficient and I'm not loaded with free RAM. I found that the compiler...
  • ARM stack alignment on exception entry
    Note: This was originally posted on 8th November 2011 at http://forums.arm.com Hello everybody, The Application Binary Interface (ABI) for the ARM architecture requires that the stack must be eight-byte...
  • F310 - UART 8bit mode
    Hi, I have been developing in Keil simulator with the last Cygnal driver for keil uVision. How can i set my UART to 8-bit mode? I tried all possible combinations of SCON0 and all i got was 9-bit...
  • snmp agent for 8bit CPUs
    Thu Apr 03 2003 DMH Software announces the availability of its portable SNMP Agent (snmpv1, snmpv2c, snmpv3) and SMIv2 mib-compiler for 8bit CPUs. See more information here: http://www.dmhsoftware...
  • How to align a local variable at word-aligned address
    Hi Does anyone know how to force a local variable to be aligned at word address? The DMA transfer needs word-aligned address. Thanks. Joseph