• Neon vldx_lane_y compilation efficiency
  • Check Sum
    Hi all, I have doubt in calculation check sum. currently in power on we r calculating checksum for code memory and verifying every cycle...but do we need to caclulate check sum for code memory before...
  • ARM Vector - Check sum
    How does the checksum stored in the reserved interrupt vector get there? If you look at the binary file it contains the hex bytes for a NOP instruction. Once flashed the value stored in memory is now...
  • 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...
  • 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...