www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit 77f964f5ce1fd8161aba0af654d67fe3844a71a5
parent d2a08939ed9be9f0f249181c1578bd59314bd52c
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri, 21 Apr 2023 20:51:43 +0900

update

Diffstat:
Mpub/draft/rp2040_1.html | 3+++
Mpub/rss.xml | 4++--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pub/draft/rp2040_1.html b/pub/draft/rp2040_1.html @@ -450,6 +450,7 @@ m0plus_vtor: </code></pre> <h2>メインのコード<h2> +<h3>ベクターテーブル</h3> <p> メインのコードの最初には上で説明したベクターテーブルを配置する。ここでは割り込みの処理は考えないので、初期スタックポインタとエントリーポイントだけである。初期スタックポインタはSRAMの最後(<code>0x20040000</code>)、エントリーポイントはエントリーポイントのラベルを用いて設定した。ただしこのCPUはThumbモードなので、ラベルに<code>0x1</code>を足している[要説明]: </p> @@ -461,6 +462,8 @@ vectors: .word 0x20040000 // initial SP .word (reset+1) </code></pre> +<h3>GPIOの設定</h3> +<p> <h2>参考</h2> diff --git a/pub/rss.xml b/pub/rss.xml @@ -5,8 +5,8 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Fri, 21 Apr 2023 19:11:58 +0900</lastBuildDate> -<pubDate>Fri, 21 Apr 2023 19:11:58 +0900</pubDate> +<lastBuildDate>Fri, 21 Apr 2023 19:15:50 +0900</lastBuildDate> +<pubDate>Fri, 21 Apr 2023 19:15:50 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>Xlibで遊んでみる6</title>