Top "Iar" questions

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

Command Prompt Error 'C:\Program' is not recognized as an internal or external command, operable program or batch file

I am trying to run the following batch command. The command has been extracted from the IDE so is confirmed …

batch-file command-line msp430 iar
How to specify a compiler in CMake?

I would like to use the IAR compiler. I noticed CMake has already have a bunch of files about this …

cmake iar
Casting enum definition to unsigned int

According to this SO post: What is the size of an enum in C? enum types have signed int type. …

c casting enums unsigned-integer iar
NVIC_SystemReset () not working for STM32F4

I am working on STM32F4 board. My IDE is IAR Embedded Work bench. I am trying to do a …

stm32 iar stm32f4discovery
Access symbols defined in the linker script by application

In my linker script file, I have defined two symbols define symbol _region_RAM_start__ = 0xC0000000; define symbol _region_RAM_…

c linker iar
Renaming in IAR Embedded Work Bench

Is it possible to rename workspaces or projects? I am using 6.5_2 (although I have full versions of previous releases 4.0, 6.0)

iar
Advice for running IAR Embedded Workbench for Arm with Dongle in Linux

I am running Ubuntu 10.04 and Wine 1.2. I was able to install the IAR software but it is unable to locate …

linux ubuntu ubuntu-10.04 iar
Error[Pe513]: a value of type "void *" cannot be assigned to an entity of type "uint8_t *"

I am attempting to convert a C project into C++. In the C project I countered this error while compiling …

c++ c embedded iar
IAR initializer function placement

Does anybody know how to deal with the following problem: I have an IAR Embedded workbench. The project is using …

embedded iar
I am at the point I need to purchase IAR, Code Composer 4, or something else for MSP430 development

I have been using IAR so far, but it crashes sometimes and doesn't have code completion. Also, the other dev …

embedded iar