Top "Iar" questions

IAR is a company that specialize in creating development tools for embedded systems.

IAR Embedded Workbench cannot find files, Pe1696, even though it is searching for them

I am using IAR Embedded workbench 5.51 for MSP430. I am using C99. I am trying include code from a third …

msp430 iar
Batch build using IAR tools

I am trying to do a batch build of a project using IAR tools. The processor is a CC2530, and …

build embedded iar
Declaration is incompatible

I was working with IAR Embedded Workbench, using C language. I had some trouble while dividing my project into the …

c embedded workbench iar
The stack pointer for stack 'CSTACK' is outside the stack range

I am trying to execute some simple code on the IAR embedded workbench using a simulator. I've complied the code …

c debugging ide stack iar
IAR project variable like $PROJ_DIR$

Is there any possibility in IAR to add additional project variable like $PROJ_DIR$ to specify my project environment? I …

setup-project iar
ARM Data Abort error exception debugging

So now I understand that I'm getting a ARM Data Abort exception - I see how to trap the exception …

debugging embedded arm iar
FreeRTOS configTICK_RATE_HZ

I am using an MSP430f5438 with version 5.4 of FreeRTOS. I am having a funny problem that I can't figure …

c msp430 rtos iar freertos
call stack unwinding in ARM cortex m3

I would like to create a debugging tool which will help me debug better my application. I'm working bare-bones (without …

c arm stack-trace cortex-m3 iar
IAR Embedded workbench create library

I want to create a simple library (C/ANSI) in IAR Embedded Workbench and then use the library in another …

c embedded ansi workbench iar
What does BREAK mean in real terms while using a UART?

The break and error indication glows up in real terms while communicating with RS-232. Sometimes, the CTS is also will …

c arduino uart iar