もっと今更、SC-88ProにS/PDIFを付けよう

Dependencies:   mbed

もっと今更、SC-88ProにS/PDIFを付けよう

STM32F103C8T6 ARM STM32 (blue pill)

  • モデル:STM32F103C8T6
  • コア:ARM 32 Cortex-M3 CPU
  • 72MHz頻度を作動させる
  • 64Kフラッシュメモリ、20K SRAM
  • 2.0-3.6Vパワー、I/O

というやつ。

/media/uploads/peu605/frontview.jpg

詳細はwikiの説明に

https://developer.mbed.org/users/peu605/code/DIT88proSTM32F1/wiki/説明

しまったなぁ、wikiのタイトル、漢字にしてしまったよ…

STM32F103C8T6, Roland, SC-88pro, S/PDIF, SPIDF, デジタル出力

Revision:
10:bbf0ab5cc56f
Parent:
7:f3536af611e6
--- a/dit88prostm32.h	Thu Sep 07 10:35:05 2017 +0000
+++ b/dit88prostm32.h	Mon Sep 11 13:20:30 2017 +0000
@@ -4,9 +4,9 @@
 #include "stm32f1xx_ll_spi.h"
 #include "stm32f1xx_ll_cortex.h"
 
-#include "stm32f1xx_ll_rcc.h"
-#include "stm32f1xx_ll_system.h"
-#include "stm32f1xx_ll_utils.h"
+//#include "stm32f1xx_ll_rcc.h"
+//#include "stm32f1xx_ll_system.h"
+//#include "stm32f1xx_ll_utils.h"
 
 
 /**
@@ -95,4 +95,4 @@
 void SystemClock_Config();
 
 // for 72MHz
-extern "C" uint8_t SetSysClock_PLL_HSE(uint8_t bypass); // in "system_clock.c"
+//extern "C" uint8_t SetSysClock_PLL_HSE(uint8_t bypass); // in "system_clock.c"