• Two different code area?
    Hi all , I want to run program which has some 2 different code area. In the example that I have written below CODEAREA1 gets executed until I branch to CODE AREA2….after branching to CODEAREA2 I am getting...
  • How to locate code in two different areas of memory
    Is it posibble to have part of the code located at 0x0000 to 0x03ff for example and then the remainder of the code at 0x1e00 to 0x1fff , with the area in between ( 0x0400 to 0x1dff ) being skipped.
  • Code Area
    How do I set my c51 keil to a compact memory model?
  • can two UART of W77C32 run at different baudrate?
    I am carrying on one project that will occupy two serial port,so I choose Winbond W77C32 which has two RS232 interfaces.If two interfaces run at different programmable baudrate ,does W77c32 support it...
  • Difference between two pointers
    I'm using the ARM Realview compiler with a Cortex-M3 device. I would like to caclculate the difference/distance between two pointers: char* IndexStart, IndexStop; // Search for the beginning of...