AM中波放送用SDR.CICフィルタのみを使用.CQ出版社「トランジスタ技術」誌,2021年4月号に掲載

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Wed Dec 01 00:43:57 2021 +0000
Parent:
0:9c28f5905a1a
Child:
2:63fbcf115b88
Commit message:
2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Aug 29 11:25:01 2020 +0000
+++ b/main.cpp	Wed Dec 01 00:43:57 2021 +0000
@@ -7,7 +7,7 @@
 //      入力ピン: A1
 //      出力ピン: A2
 //
-//  2020/08/08, Copyright (c) 2020 MIKAMI, Naoki
+//  2021/12/01, Copyright (c) 2021 MIKAMI, Naoki
 //-------------------------------------------------------------
 
 #include "F446_ADC_Intr.hpp"    // ADC
@@ -66,7 +66,7 @@
     if (++count >= DS_RATE1_)
     {
         count = 0;
-        NVIC->STIR |= EXTI3_IRQn;   // ソフトウェア割り込み発生
+        NVIC->STIR = EXTI3_IRQn;    // ソフトウェア割り込み発生
     }
 }