<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://amateurfunk-sulingen.de/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://amateurfunk-sulingen.de/wiki/feed.php">
        <title>Afu - Wiki des DARC OV Sulingen I40 - en:uhsdr_dev</title>
        <description></description>
        <link>https://amateurfunk-sulingen.de/wiki/</link>
        <image rdf:resource="https://amateurfunk-sulingen.de/wiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-07T11:40:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:git&amp;rev=1521205744&amp;do=diff"/>
                <rdf:li rdf:resource="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:power&amp;rev=1518851050&amp;do=diff"/>
                <rdf:li rdf:resource="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:profiling&amp;rev=1518771219&amp;do=diff"/>
                <rdf:li rdf:resource="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:segger_j_link&amp;rev=1519721178&amp;do=diff"/>
                <rdf:li rdf:resource="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:toolchain&amp;rev=1517958229&amp;do=diff"/>
                <rdf:li rdf:resource="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:uhsdrbuild&amp;rev=1518652997&amp;do=diff"/>
                <rdf:li rdf:resource="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:win10_toolchain&amp;rev=1520933685&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://amateurfunk-sulingen.de/wiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Afu - Wiki des DARC OV Sulingen I40</title>
        <link>https://amateurfunk-sulingen.de/wiki/</link>
        <url>https://amateurfunk-sulingen.de/wiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:git&amp;rev=1521205744&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-16T13:09:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>git</title>
        <link>https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:git&amp;rev=1521205744&amp;do=diff</link>
        <description>english

stub

Pull UHSD source code from Github

Option: Download the zippd UHSDR

	*  The easiest approach is to donload the zipped UHSDR source code from Github UHSDR repository and unpack.
	*  If using Eclipse: create a work space pointing at the local directory where UHSDR has been unpacked. Check Eclipse settings after that (active build etc.)</description>
    </item>
    <item rdf:about="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:power&amp;rev=1518851050&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-17T07:04:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>power</title>
        <link>https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:power&amp;rev=1518851050&amp;do=diff</link>
        <description>Thanks Danilo for the information about enabling semihosting.  It seems that is a non-starter.  Same goes for the profiling code.  The reason is that for power profiling purposes, I am not interested in the execution time, but instead in the power consumed by a given scope of code being executed, and I need to match up entry/exit of multiple code blocks using timestamps that I later align to my power monitor&#039;s captured measurements.  This won&#039;t be possible with a screen indicator, and I suspect …</description>
    </item>
    <item rdf:about="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:profiling&amp;rev=1518771219&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-16T08:53:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>profiling</title>
        <link>https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:profiling&amp;rev=1518771219&amp;do=diff</link>
        <description>Zitat von: w7dm am 15. Februar 2018, 21:27:06
But I am asking specifically about debug printouts of live datapoints while executing, without stopping the debugger, that I can log to a file and review later.  Primarily of the profiling kind that announce enter/exit of sections of code.  Does this capability exist using ST-Link without using the Debug Print line?</description>
    </item>
    <item rdf:about="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:segger_j_link&amp;rev=1519721178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-27T08:46:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>segger_j_link</title>
        <link>https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:segger_j_link&amp;rev=1519721178&amp;do=diff</link>
        <description>Segger J-Link Introduction

Segger provides a probe - J-Link - that can be used for programming and debugging. For non-commercial use Segger offers the low priced J-Link Edu probe.

Segger supports the Cortex M7 SWV interface used on OVI40 UI and offers plug-ins for MCU eclipse.</description>
    </item>
    <item rdf:about="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:toolchain&amp;rev=1517958229&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-06T23:03:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>toolchain</title>
        <link>https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:toolchain&amp;rev=1517958229&amp;do=diff</link>
        <description>english

review



UHSDR development - toolchain for Debian

Preconditions, Assumptions, Scope

	*  Using Debian version buster/sid
	*  Install on Win10 PC with Virtualbox
		*  ARM toolchain for Linux
		*  GDB
		*  Eclipse
		*  Check installation with test project


GNU ARM toolchain for Linux</description>
    </item>
    <item rdf:about="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:uhsdrbuild&amp;rev=1518652997&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-15T00:03:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>uhsdrbuild</title>
        <link>https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:uhsdrbuild&amp;rev=1518652997&amp;do=diff</link>
        <description>english

review



UHSDR development - Build using eclipse

Preconditions, Assumptions, Scope

	*  UHSDR toolchain installed, see here

Pull UHSDR source from Github, import into eclipse

	*  Goto &lt;https://github.com/df8oe/UHSDR&gt; and click button “clone or download”
	*  Unpack the downloaded .zip file on your hard disk. Do not change the name, do not change the internal zip structure</description>
    </item>
    <item rdf:about="https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:win10_toolchain&amp;rev=1520933685&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-13T09:34:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>win10_toolchain</title>
        <link>https://amateurfunk-sulingen.de/wiki/doku.php?id=en:uhsdr_dev:win10_toolchain&amp;rev=1520933685&amp;do=diff</link>
        <description>Summary of https://gnu-mcu-eclipse.github.io/install/ below:

	*  Overview here: https://gnu-mcu-eclipse.github.io/install/
	*  Java from here  https://www.java.com/en/download/win10.jsp
			*  If you run 64 bit windows make sure to install 64 bit JRE from here https://java.com/en/download/manual.jsp
			*  Install and test

	*  Gnu Arm toolchain from here, Win32 exe  https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
			*  Execute downloaded file. Tick „add to path</description>
    </item>
</rdf:RDF>
