iar Questions
2
Is there a way to save your IAR window layout? Every time I start a debug session it fills my screen 9 different windows. I would be happy with 3 and a few tabs but I have to rearrange things every...
Couloir asked 19/7, 2016 at 13:7
3
Solved
I'm trying to develop a new feature for an embedded application and I'd like to do so using a test-driven approach.
The project is written in pure C and is being developed using IAR Embedded Workb...
Shanelleshaner asked 14/12, 2016 at 10:25
2
Solved
The break and error indication glows up in real terms while communicating with RS-232. Sometimes, the CTS is also will be glowing.
Due to this, the data in prints as junk for some time; later it g...
8
Solved
I would like to use the IAR compiler. I noticed CMake has already have a bunch of files about this compiler:
https://github.com/jevinskie/cmake/blob/master/Modules/Compiler/IAR.cmake
From what I ...
4
Solved
I want to use Visual Studio Code as my main IDE, but I want to compile my code with IAR's compiler.
How could I configure VSCode ?
I found this extension but the documentation is too poor.
Vermiform asked 22/12, 2017 at 14:53
2
Solved
// Preprocessor directive mention in <> formate :
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "string.h"
#include "limits.h"
#include "stddef.h"
#include "stdint.h"
...
...
Beattie asked 4/4, 2018 at 5:6
11
I am trying to run the following batch command. The command has been extracted from the IDE so is confirmed working. Getting the error mentioned below.
I have tried a few variations with double qu...
Gwenngwenneth asked 23/7, 2014 at 8:3
2
Solved
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)
Rouge asked 25/2, 2014 at 16:51
4
Is there a way to update the RTC with computer information when the program is uploaded on the STM32F4 ? For example, the information of date and hour on the computer is: 12h40 11/09/2018, and when...
3
Solved
I have a simple function testing if two arrays are each others inverse.
They are seemingly identical, except for a tmp variable. One works the other doesn't. I can't for the life of me figure out w...
2
Solved
I programmed STM8 GPIO like PD_ODR_ODR4 = 1;, but stm32f10x.h doesn't have this function. Is there any .h file that has definition for bits?
Sorry, but I don't know how to explain this problem bett...
Follower asked 17/2, 2019 at 16:31
3
Solved
I'm using IAR Workbench compiler with MISRA C:2004 checking on.
The fragment is:
#define UNS_32 unsigned int
UNS_32 arg = 3U;
UNS_32 converted_arg = (UNS_32) arg;
/* Error line --> */ UNS_32 i...
Maximilianus asked 4/2, 2012 at 1:47
3
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 as shown b...
2
Solved
In the IAR Embedded Workbench I have a pointer pointing to a buffer in memory. When watching the pointer, I can see the contents of the word it points to. How can I tell the Watch view to list a ra...
2
Solved
My application calls some functions which are placed in an external static library. I link the external static library to my application and everything works (in this case I'm using GCC).
Neverthe...
2
I need to force IAR tp use certain Cortex-M0+ instruction in some part of my code while codding with C.
Please do not offer pure asm functions or inline asm etc.
I have managed to do this for 51...
Werbel asked 6/12, 2017 at 11:50
2
Solved
I am working on IAR project, and my problem is which file in an IAR project can be ignored by git repository.
All the project setting files and source files mixed together in git log is veeery bori...
3
Solved
I am using the IAR C compiler to build an application for an embedded micro (specifically a Renesas uPD78F0537). In this application I am using two nested for loops to initialize some data, as show...
2
Solved
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...
0
There is a vendor whose software I'd like to work with. They have a code base which they can only compile using IAR Embedded Workbench (as far as I know, their code does not compile with GCC). Unfo...
Obstipation asked 24/2, 2016 at 18:22
1
Solved
I have come across following definition in an embedded C source file:
const preamble_t OAD_Preamble @ ".preamble" =
{
HAL_OAD_RC_MAX, // Default program length of max if not using post-processing...
2
Solved
I would like to debug my code and can't access the internal layer in the process since this would disturb the communication with the hardware. (volatile operations are performed where the watchlist...
2
Solved
I am using enumerator values for flags:
typedef enum
{
a = 0x00,
b = 0x01u, // the u has no influence, as expected
c = 0x02u, // the u has no influence, as expected
...
} enum_name;
volatile u...
Strapless asked 3/8, 2015 at 5:31
1
Solved
I was using a header file in my project that had the following define(s):
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
#define __I volatile /*!< Defines 'read only' permissions...
2
I'm using IAR ARM 7.10 and getting a warning:
Warning[25]: Label 'Reset_Handler' is defined pubweak in a section implicitly declared root...
It is cause the system reset sometimes.
How do I r...
Tapp asked 17/3, 2014 at 9:24
1 Next >
© 2022 - 2024 — McMap. All rights reserved.