• Streamline Functions/Code view
    In the DS-5 Streamline (Professional 5.19.0) how can I change the "counter" that was used to calculate the number of samples (column Self) in the Functions/Code view? Consider the scenario where I've...
  • Viewing the Source code Size
    Hi there, Iam using Keil uVision3 IDE with the GNU compiler. Iam unable to see the Code ,RO data, RW data and ZI data sizes when I compile the code. Please suggest me a method to view the Code ...
  • How to view GPIO window?
    Hello, i'm running the blinky example code in ..\Keil_v5\ARM\PACK\ARM\CMSIS\5.0.1\CMSIS\RTOS2\RTX\Examples\Blinky Can anyone tell me how to view the Port Pins of the device? The under Manage...
  • Putting code at specific loaction in Assembly file
    I want to put the code written in assembly file at specific location say 0x5000. Can someone give me procedure with proper example for doing the same code? I have checked using "AREA" directive, but...
  • write Functions at specific locations
    Hi All, I am trying to write functions at specific locations. I am using KEIL 4 IDE ... and LPC2478 Though I could find a keyword "FIXED" which says one can write function at specific locations...