Tagged Questions
IAR is an embedded system technology company that was founded in Sweden in 1983. They specialize in creating development tools for embedded systems.
5
votes
1answer
317 views
How to reference segment beginning and size from C code
I am porting a program for an ARM chip from a IAR compiler to gcc.
In the original code, IAR specific operators such as __segment_begin and __segment_size are used to obtain the beginning and size ...
4
votes
4answers
93 views
Alignment of C structure in Internal FLASH memory
I have a configuration structure I would like to save on the internal flash of ARM cortex M3.
According to the specifications, the data save in the internal flash, must be aligned to 32bit.
Because I ...
3
votes
1answer
205 views
How to correctly setup a C language project in Eclipse
I'm an experienced Java developer, and I'm very familiar with Eclipse. Lately I've been trying to migrate a Texas Instrumental(BLE), IAR C language project, into Eclipse, without using IAR official ...
3
votes
3answers
1k views
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 it builds fine in the IDE. I have followed the documentation for batch build (Project/Batch Build) and ...
3
votes
4answers
1k views
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 environments I use are eclipse based.
Which one should I buy?
3
votes
1answer
2k views
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 itself (a bad address in the STL library), but I would like to walk back up the stack frame before the ...
2
votes
1answer
177 views
Unable to see static variables when debugging CC430F6137 using IAR Embedded Workbench 430 5.3
I've been searching for why for two hours. Now I'm using IAR Embedded Workbench Evaluation 5.30 to debug on a CC430F6137 dev kit board. As I have declared some global static variable, I realize that I ...
2
votes
1answer
659 views
FreeRTOS Sleep Mode hazards while using MSP430f5438
I wrote an an idle hook shown here
void vApplicationIdleHook( void )
{
asm("nop");
P1OUT &= ~0x01;//go to sleep lights off!
LPM3;// LPM Mode - remove to make debug a little easier...
...
2
votes
1answer
1k views
FreeRTOS configTICK_RATE_HZ problem
I am using an MSP430f5438 with version 5.4 of FreeRTOS.
I am having a funny problem that I can't figure out.
Basically, when I set configTICK_RATE_HZ to different values, the LED blinks faster or ...
2
votes
1answer
479 views
Is IAR assembler possible to import #define from C header to assembler?
I have a mixed assembler and C project based on IAR ARM. I have some #define in C header, I like to use (import) them in assembler file. Could anybody tell me it is possible?
Many thanks.
1
vote
1answer
78 views
#define Issue with #pragma
I have a problem with the #define in C
I am using MSP430F5418 with IAR EW 5.10
I have a pragma called location which will put the next declaring variable to the specified segment.
In the below example ...
1
vote
1answer
72 views
IAR VisualState Delphi integration
does anyone have a generic working example of the use of the ExpertR9.dll library of IAR VisualState with Delphi?
Help is very much appreciated kind Regards Ad
1
vote
2answers
261 views
TFTP on windows 7
I am using TFTP service to get/put files from an embedded board(IAR systems). This used to be working file with windows XP, however with windows 7 the tftp service doesn't work. I have confirmed ...
1
vote
1answer
114 views
How to save watch windows in IAR? They dont save when closing/reopening application
Is there a way to save the watch windows in IAR Embedded Workbench for ARM so they dont keep disappearing whenever I close/reopen the application? I have several watch windows to keep an eye on ...
1
vote
2answers
354 views
optimization of static function referenced once
I am writing embedded code for MSP430, using the IAR compiler at the highest optimization level (speed or size does not change anything).
I define a function as static, then reference it only once, ...
1
vote
1answer
296 views
C programming on IAR
I am coding on the IAR platform and want to do the following. I have a typedef as follows
struct timer {
uint32_t start;
uint32_t interval;
};
typedef (void) (*etimer_cb) (int,void*);
struct ...
1
vote
2answers
289 views
8051 serial debug monitors
I'm working with an 8051 (Cypress FX2LP) that doesn't have jtag/bdm capability. Typically, developers on this project have been using ad-hoc serial printfs for debugging. I'm looking into options for ...
1
vote
7answers
1k views
STM32 printf problem
* UPDATE *
here is what I found. Whenever I had that function in there it wouldnt actually make the code lock up. what it would actually do is make the Read RTC I2C function very slow to execute but ...
1
vote
1answer
425 views
Profiler for IAR EW for ARM
I am trying to get the profiler plug-in for IAR Embedded Workbench for ARM to work. I have set everything in the documentation but when I fire up C-Spy and start the plug-in I get errors. I tried to ...
1
vote
2answers
677 views
problem in printing floating point
hi I am using IAR c compiler, I am trying to print floating point value like
printf("version number: %f\n",1.4);
but I am always getting like below in console
version number:ERROR
help please
...
1
vote
3answers
360 views
How to fix a "[Lp002]: relocation failed with IAR ARM tools?
I created a small module in assembler for ARM, to be linked together with my bare-metal embedded application. Sometimes when I'm rebuilding the application, I get a "Error[Lp002]: relocation failed: ...
0
votes
0answers
11 views
VisualSTATE event/action function definition vs. declaration
I recently started working with VisualSTATE.
When creating an Event or an Action Function, you can decide between creating a Definition or a Declaration.
So - whats the difference between the two? I ...
0
votes
1answer
33 views
RTC interrupt issue with MSP430F5418
I am using MSP430F5418 wit IAR EW 5.10.
In my project I am using FreeRTOS 7.0 as operating system.
Consider the scenerio:
Setup RTC in alarm mode with one minute interrupt.
Create two tasks.
When ...
0
votes
1answer
55 views
How to implement ISRs and main() synchronization?
I'm a beginner in ARM microcontroller programming and have the following problem to be solved.
There are two ISRs in the program: ISR_Timer and ISR_Buffer. ISR_Timer is executed each 5 minutes. ...
0
votes
0answers
46 views
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_end__ = 0xC00fffff;
and then I have exported them as well ...
0
votes
0answers
51 views
Debug failed with IAR Embedded workbench IDE
I'm trying to run an example code on Texas instrument (TI) device: MSP430F2274, when i click the debug button, this error occured:
Fatal Error: failed to initialize device.
Session aborted.
On the ...
0
votes
0answers
50 views
IAR eZ430 interface is not initialized
This is my first post, so I apologize if I violate any netiquette...
I am working on the eZ430-F2013 for the first time with a simple program that turns an LED on the microcontroller on and off. ...
0
votes
5answers
136 views
Is this allowed in C?
I've written the following line in C.
I want to know if is supported by the language.
it goes like that:
char * mode[7] = Config_Msg.DHCP ? "DHCP" : "Static";
Basically I want to insert into mode ...
0
votes
0answers
93 views
Moving code to RAM from ROM and running it from RAM with IAR 6.10 Cortex-M4 Freescale K60
Im using Freescale Kinetis K60 Cortex-M4 based processor with 512KB rom and 128Kb Ram running MQX RTOS with IAR 6.10 tools.
I need to be able to update the processor ROM from within the application, ...
0
votes
2answers
69 views
Is there a way to #define a C macro that is only defined while in an Eclipse editor window?
I'm using Eclipse Galileo with CDT for C development targeting embedded devices.
Like so many other compilers targeted at µcontrollers, the IAR compiler uses some non-standard variable types that ...
0
votes
2answers
89 views
Visual Studio C++ Headers
I need to create structure like this:
// file main.h:
#pragma once
#ifndef _MAIN_H
#define _MAIN_H
#include <iostream>
#include "first.h"
#include "second.h"
#endif
// -----------------
// ...
0
votes
1answer
340 views
RTC Problem with msp430
I have asked this question before, but I think this time I can ask with some more clarity.
The below is my RTC Test code. I am using msp430f5418 with IAR EW 5.
My problem is after some time (we ...
0
votes
1answer
187 views
Reset interrupt vector SYSRSTIV is set to 001Eh (peripheral/configuration area fetch - PERF ) even before entering main
Reset interrupt vector SYSRSTIV is set to 001Eh (peripheral/configuration area fetch - PERF) even before entering main. Why is this happening?
Device: MSP430F5418 (RAM: 16 K)
Compiler: IAR MSP430
...
0
votes
1answer
88 views
IAR VisualState Requiring Trigger For Every Expression inside a State
I have been using State machine based design tools for some time, and have seen UML modeling tools that allow you to execute your logic (call functions, do other stuff) inside a state. However, after ...
0
votes
0answers
124 views
Issues with IAR 6.20
Did anyone started using IAR 6.20 on Windows 7 or XP?
I was using IAR 6.10 with no issues at all however, I am expereincing a lot of crashes and no response from IAR 6.20. Did anyone experience the ...
0
votes
1answer
89 views
Custom build step with multiple inputs in IAR
I have a project in IAR Workbench that requires a custom build step to build an intermediate file; this file is put together from a set of other files with a common extension (i.e. there is an ...
0
votes
1answer
232 views
Display call stack below IRQ handler on MSP430 with IAR
I'm trying to find a stack overflow in a project on MSP430, and found that it occurs mainly when an IRQ occurs after the stack is pretty full.
I've set a breakpoint on a stack pointer write with a ...
0
votes
2answers
430 views
IAR Embedded Workbench - setting endian-ness of variable
I'm using IAR Embedded Workbench for ARM (ARM7TDMI-S) and the majority of my work is done using little-endian format. However, I saw in the manual that I can do something like :
__big_endian int i, ...
0
votes
2answers
444 views
IAR MSP430 compiler internal error while compiling
IAR C/C++ Compiler for MSP430
5.10.1 [Evaluation] (5.10.1.20144)
I get an illegal state internal error when attempting to compile the FreeRTOS 5.4 Task.c file (everything else compiles fine)
...