Skip to content

Commit 9dfff05

Browse files
committed
Added FAQ about TcUnit on ArmV7 controller.
1 parent 45aefa4 commit 9dfff05

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/faq.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If you don’t find what you are looking for here, you can look through the:
2323
9. [Is it possible to have a time delay between the execution of the test suites?](#9-is-it-possible-to-have-a-time-delay-between-the-execution-of-the-test-suites)
2424
10. [If I call ADSLOGSTR(), my messages don't show up in the correct sequence. Why?](#10-if-i-call-adslogstr-my-messages-dont-show-up-in-the-correct-sequence-why)
2525
11. [How do I test functions?](#11-how-do-i-test-functions)
26+
12. [I have problems running TcUnit on a ARMv7 controller, why?](#12-i-have-problems-running-tcunit-on-a-armv7-controller-why)
2627

2728
---
2829

@@ -283,4 +284,10 @@ AssertEquals(Expected := ExpectedSum,
283284
284285
TEST_FINISHED();
285286
```
286-
**Required TcUnit version:** 1.0 or later
287+
**Required TcUnit version:** 1.0 or later
288+
289+
### 12. I have problems running TcUnit on a ARMv7 controller, why?
290+
When running TcUnit with a controller using ARMv7 you can run into issues, such as breakpoints not working.
291+
This seems to be an issue with the limited memory of the controllers using an ARMv7 such as the CX8190 and CX9020. Please adjust the [parameters related to memory allocation](#6-when-i-run-more-than-100-tests-in-a-single-test-suite-i-get-the-wrong-results-why).
292+
293+
For more information on a set of working parameters, see [this issue on GitHub](https://github.com/tcunit/TcUnit/issues/148).

0 commit comments

Comments
 (0)