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

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Wed Dec 01 00:53:09 2021 +0000
Parent:
1:c8a0b045f010
Commit message:
3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Dec 01 00:43:57 2021 +0000
+++ b/main.cpp	Wed Dec 01 00:53:09 2021 +0000
@@ -85,7 +85,7 @@
     if (++count >= DS_RATE2_)
     {
         count = 0;
-        NVIC->STIR |= EXTI4_IRQn;   // ソフトウェア割り込み発生
+        NVIC->STIR = EXTI4_IRQn;    // ソフトウェア割り込み発生
     }
 }