iar
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 E[详细]
2023-04-09 16:48 分类:问答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[详细]
2023-04-01 21:56 分类:问答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[详细]
2023-03-10 09:35 分类:问答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 开发者_JS百科a lot of crashes and no response from IAR 6.20. Did anyone expe[详细]
2023-03-08 16:56 分类:问答Custom build step with multiple inputs in IAR
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[详细]
2023-02-23 01:00 分类:问答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 re[详细]
2023-02-15 18:16 分类:问答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 {[详细]
2023-01-30 01:56 分类:问答STM32 printf and RTC
* 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[详细]
2023-01-20 04:20 分类:问答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 :[详细]
2023-01-01 21:53 分类:问答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 crea[详细]
2022-12-30 00:39 分类:问答