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

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Wed Dec 01 01:14:55 2021 +0000
Parent:
1:2b596eab04de
Commit message:
3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Feb 04 09:45:09 2021 +0000
+++ b/main.cpp	Wed Dec 01 01:14:55 2021 +0000
@@ -7,7 +7,7 @@
 //
 //  Tera Term から選局可能,0 と 1
 //
-//  2021/02/04, Copyright (c) 2021 MIKAMI, Naoki
+//  2021/12/01, Copyright (c) 2021 MIKAMI, Naoki
 //-------------------------------------------------------------
 
 #include "F446_ADC_Intr.hpp"
@@ -59,7 +59,7 @@
     if (++count >= DS_RATE_)
     {
         count = 0;
-        NVIC->STIR |= EXTI4_IRQn;   // ソフトウェア割り込み発生
+        NVIC->STIR = EXTI4_IRQn;    // ソフトウェア割り込み発生
     }
 }