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 E
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 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
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 开发者_JS百科a lot of crashes and no response from IAR 6.20. Did anyone expe
I have a project in IAR Workbench th开发者_C百科at 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 i
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 re
I am coding on the IAR platform and want to do the following. I have a typedef as follows struct timer {
* UPDATE * Here is what I found. Whenever I had that function in there it wouldn\'t actually make the code lock up. It would actually make the read RTC I²C function very slow to execute, but the cod
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 :
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 crea