• Finding the end of code/data
    One FAQ is "how do I find the address at the end of code?"; or, similarly, "how do I find the end of my variables?". The usual answer is to add a small segment, tell the linker to locate it as the last...
  • Finding the end of code/data
    One FAQ is "how do I find the address at the end of code?"; or, similarly, "how do I find the end of my variables?". The usual answer is to add a small segment, tell the linker to locate it as the last...
  • Finding the end of ROM (as in .HEX / .BIN)
    (I wanted to reply to this thread, but was not able to: http://www.keil.com/forum/16466/ ) (Using Keil 4.53.0 on an STM32F103VG) Using two of the methods from that thread to find the "end of...
  • Finding the end of ROM (as in .HEX / .BIN)
    (I wanted to reply to this thread, but was not able to: http://www.keil.com/forum/16466/ ) (Using Keil 4.53.0 on an STM32F103VG) Using two of the methods from that thread to find the "end of...
  • Need advice on finding "low end" SoC with Android support
    Colleagues, I'm designing an embedded device with a small display and the idea is to utilize Android for the sake of less effort for writing HMI applications. I've already researched a lot and there is...