• 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...
  • 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...
  • One project with two targets with different source folders
    This relates to uVision 4 v4.21.0.0 . We have a project that requires two targets, "Dev" and "Production" because the dev board is slightly different from the final production board. The plan was...
  • Different files for two targets in the same UV4 project
    Dear all, a couple of years ago I remember that I used a feature in UV3 and now this feature does not work anymore in the latest release of uVision. I defined two targets in the same project...
  • Linking two different libraries.
    Note: This was originally posted on 16th February 2010 at http://forums.arm.com [font="Verdana"] [size=2] Hi, How do I link two different libraries each of which have been generated by two different Compiler...