python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Disassemble IAR 8051 with debug information
I am developing 8051 firmware in a project and have to use IAR as the toolchain. The build system is CMake. I cannot use the IAR IDE.
In order to optimize my source code I want to look at the disassem...
Richard W
Votes: 0
Answers: 1
Multiplication subroutine in IAR is returning random values
Currently I've created a rather hardcoded way of multiplying a value by 10. While testing said subroutine, I've noticed that if I call the subroutine more than one time, the value that'll be returned ...
El Beto
Votes: 0
Answers: 0
Can you monitor and alter register values in renode the way it is done in IAR systems?
I recently came across Renode, which claims to simulate exact binaries and of an embedded software. Now, can I use a software like renode to debug my baremetal embedded software ? (monitor and edit re...
user137273
Votes: 0
Answers: 1
IAR Linker Configuration File. Knowing the end address of memory section at runtime
I am working with an ARM chip on IAR. Its linker file describes a RAM section like this:
The stack and RW global variables are stored at the end of the RAM region of physical memory. Having it at t...

David Chung
Votes: 0
Answers: 2