STM32 TVOUT
Posted: Thu Dec 08, 2022 3:40 pm
Hi All,
I am attempting to run TVOUT (https://github.com/Tamakichi/ArduinoSTM32_TVout) & ((https://github.com/Tamakichi/Arduino-misakiUTF16) on an STM32 but I can't get it to compile. I get an error:
WARNING: library TNTSC claims to run on STM32F1 architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s).
In file included from C:\Users\10123683\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0\libraries\TNTSC\examples\MisakiFontOut\MisakiFontOut.ino:14:
C:\Users\10123683\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0\libraries\TNTSC\src/TNTSC.h:46:29: error: 'SC_DEFAULT' was not declared in this scope; did you mean 'AR_DEFAULT'?
46 | void begin(uint8_t mode=SC_DEFAULT,uint8_t spino = 1, uint8_t* extram=NULL); // NTSCビデオ表示開始
| ^~~~~~~~~~
| AR_DEFAULT
I am currently using the "STMicroelectronics; stm32; 2.3.0" board manager.
I'm thinking the code does not work with this (official) board manager for STM32? Any ideas?
Thanks,
Kevin
I am attempting to run TVOUT (https://github.com/Tamakichi/ArduinoSTM32_TVout) & ((https://github.com/Tamakichi/Arduino-misakiUTF16) on an STM32 but I can't get it to compile. I get an error:
WARNING: library TNTSC claims to run on STM32F1 architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s).
In file included from C:\Users\10123683\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0\libraries\TNTSC\examples\MisakiFontOut\MisakiFontOut.ino:14:
C:\Users\10123683\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0\libraries\TNTSC\src/TNTSC.h:46:29: error: 'SC_DEFAULT' was not declared in this scope; did you mean 'AR_DEFAULT'?
46 | void begin(uint8_t mode=SC_DEFAULT,uint8_t spino = 1, uint8_t* extram=NULL); // NTSCビデオ表示開始
| ^~~~~~~~~~
| AR_DEFAULT
I am currently using the "STMicroelectronics; stm32; 2.3.0" board manager.
I'm thinking the code does not work with this (official) board manager for STM32? Any ideas?
Thanks,
Kevin