-
**Describe the solution you'd like**
link binary using ilinkarm.exe
execute using simulator mode of cspybat.exe
**Describe alternatives you've considered**
use different compiler to see outp…
-
When I look at my `settings.json` I see various settings from `iar-vsc` filled in and even change:
```json
{
"iarvsc.workbench": "C:\\Program Files (x86)\\IAR Systems\\Embedded Workbench ARM …
-
I am trying to use the ExpectWithArrayAndReturn macro to verify that a large array of data is correctly being passed into a function. The prototype of the function is as follows:
```
return_t my_fun…
-
Hello There,
I am using Ceedling with custom compiler/linker settings by IAR for Renesas RX. Everything works fine until I try to use float assertions. Let's say my float module looks like this:
…
-
Hello IAR team,
I want to use your IAR C-Spy Debug plugin to debug an RL78 application. The debugging configuration is auto-generated by the IAR Build plugin, both plugings on the latest versions.…
-
Hi,
I have a bunch of unit test that I run on IAR simulator for ARM.
I would like to know if it is possible to connect to the IAR simulator using a GDB server?
I would like to debug these unit te…
-
My IDE (IAR EWARM) needs some weird tags (`"\x01"`, `"\x01"`) around the file and line to produce a clickable link from console output.
I could write my own reporter, which would be a clone of the …
-
Ceedling won't let me define an array larger than 988 bytes:
```
#include "unity.h"
#include "my_code.h"
void setUp(void)
{
}
void tearDown(void)
{
}
void test_foo(void)
{
…
-
Before debug
ghost updated
6 years ago
-
Hi!
Seems like I need your suggestion.
What I have done:
1. ceedling new ceed_my
2. goto **src** folder and create two files:
foo.c
```
#include
int foo(int val)
{
return val;
…