Code Confidence Tools for FreeRTOS
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
September 2023 | 542/645 | 3 (0%) | 6 |
August 2023 | 550/673 | 4 (0%) | 8 |
July 2023 | 479/669 | 8 (0%) | 6 |
June 2023 | 513/670 | 6 (0%) | 8 |
May 2023 | 466/672 | 13 (0%) | 10 |
April 2023 | 499/668 | 7 (0%) | 7 |
March 2023 | 556/688 | 6 (0%) | 11 |
February 2023 | 513/668 | 7 (0%) | 25 |
January 2023 | 533/677 | 6 (0%) | 22 |
December 2022 | 656/805 | 4 (0%) | 22 |
November 2022 | 715/808 | 3 (0%) | 24 |
October 2022 | 642/811 | 5 (0%) | 21 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Friday, September 22, 2023 - 14:00
Reviews Sign in to post reviews
Does not work.
Submitted by Alp Sayin on Fri, 2021-04-30 19:11
I tried all sorts of configurations. Interesting thing is, you can almost get it running if you follow Code Confidence technical note 0005 but GDB just decides abort just as flashing is about to finish. Application runs if you disable ThreadSpy, which is against the whole point.
This product does not work
Submitted by Michael Vysotski on Sat, 2020-03-07 17:12
This product does not work with STM32CubeIDE. Do not waste your time and money.
Re: This product does not work
Submitted by Alp Sayin on Fri, 2021-04-30 19:11
I should've listened.
It just works
Submitted by Verma Ruby on Mon, 2018-08-06 22:59
You don't notice the debugger, it just works. The tasks are presented as threads; you suspend/pause the application, and you see where each task is at that moment (usually waiting at vPortYield).
Great experience with Code Confidence Tools for FreeRTOS
Submitted by Aaron Heise on Sun, 2015-12-06 15:40
I am surprised there isn't more detail available on the web for this great plugin. Because of the information vacuum, I was a little wary of laying down ~$150 for this plugin, but the feature list was compelling. It's been about two weeks and I've been very satisfied, save for a little struggle in setting up. Satisfied enough, as it were, to spend some time to break the silence about this product out here on the web.
Here're my notes on the product.
Upon purchasing, I needed to wait for my license key and download link, which arrived within a day. I also received an invite to the private support forum. The author was very responsive to my questions. He always replied within a day, and sometimes much sooner.
I ran into a bit of an issue because the demo package on the Eclipse Marketplace worked for Eclipse Kepler, but the full version requires Mars. I was well-set-up on Kepler and was not too keen on moving over to Mars...but a few hours later my toolchain was up and running again on Mars and the CCT for FreeRTOS installed and licensed as well.
I'm not using Kinetis Design Studio, but rather the stock Mars IDE with CDT, ARM GCC, and GNU debugging tools for ARM. On the hardware side I have a SEGGER J-Link base connected to my custom board using SWD to a Freescale K20.
The next (and last) real obstacle was getting my launch configurations ironed out. I had to try several combinations of settings before I got the launch to run smoothly, but after getting over the initial hump it's been smooth sailing.
Feature-wise, I've really enjoyed it, especially after debugging FreeRTOS without kernel awareness for a while. One of the biggest gains has been the "exception debugging" option. I don't build with C++ exceptions enabled, but the CCT for FreeRTOS has allowed me to track down a few random hard faults that I had no hope of finding before. That alone was worth the price of admission.
At first it was magical, but the funny thing is, it once you start using it...it just seems normal. Debugging on embedded becomes basically the same as debugging a desktop application. You don't notice the debugger, it just works. The tasks are presented as threads; you suspend/pause the application, and you see where each task is at that moment (usually waiting at vPortYield). When an exception/hard fault occurs, the debugger jumps to the point in the code where the fault occurred.
For debugging I use CCT, SEGGER RTT, and SEGGER SystemViewer. They are a great combination (and two of them are free after you pick up a J-Link), and together they make a comprehensive debugging system, in my opinion.
I'm sure this is what it's like for IAR or Keil folks already--but for less than a tenth of a price. The environment is probably not as cohesive as the engineer-grade tools, but for hobbyists, bootstrapping startups, and cash conscious individuals and businesses, this tool is part of a legitimate and professional embedded development system.
Thanks for reading!