iar Questions
2
Solved
In my case I have a library built with code sourcery gcc targeting arm cortex-m4. I am trying to then link that library into a project being compiled with IAR compiler.
Is it possible to do this o...
2
Solved
I'm using an MSP430 chip with 10K of RAM. If I go above 5k of RAM usage, it's never capable of making it to main(). The init code calls __data20_memzero to clear out the used RAM space.
It look ...
2
I want to create a simple library (C/ANSI) in IAR Embedded Workbench and then use the library in another project.
I found some documentation on their website. Although I do not understand it entire...
1
Solved
I am attempting to convert a C project into C++.
In the C project I countered this error while compiling into c++:
Error[Pe513]: a value of type "void *" cannot be assigned to an entity of type...
1
I am running Ubuntu 10.04 and Wine 1.2. I was able to install the IAR software but it is unable to locate the dongle license. Is there anyway to use a dongle license in Wine with Ubuntu or do I hav...
Tortuous asked 5/6, 2012 at 0:29
4
Solved
According to this SO post:
What is the size of an enum in C?
enum types have signed int type.
I would like to convert an enum definition from signed int to unsigned int.
For example, on my plat...
Elisaelisabet asked 3/7, 2012 at 15:44
4
Solved
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.
Becaus...
Compensate asked 15/12, 2011 at 7:58
4
Solved
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?
1
Solved
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 ...
© 2022 - 2024 — McMap. All rights reserved.