Page 1 of 1

Where to force define ARDUINO_ARCH_STM32? Wow im full of problems lately... Sorry

Posted: Wed Oct 21, 2020 11:24 am
by Mangy_Dog
Im having a really strange problem now. This even tested on a freshly downloaded roger clark core...
For some reason ARDUINO_ARCH_STM32 isnt getting defined correctly and the graphics chip library im using is defaulting to arduino which is breaking thigns.


Where can i check and force the define in the generic stm32f103c series board options?

Re: Where to force define ARDUINO_ARCH_STM32? Wow im full of problems lately... Sorry

Posted: Wed Oct 21, 2020 11:36 am
by stevestrong

Re: Where to force define ARDUINO_ARCH_STM32? Wow im full of problems lately... Sorry

Posted: Wed Oct 21, 2020 12:13 pm
by Mangy_Dog
Ahh that makes sense to do that, but super strange that it still worked up until now. Though I had some strange issues before that could have been this.

Anyway for the moment ive removed the if defines for other mcu hardware so it just uses what correct one for now in the library...

Anyway thanks for clearing that up

Re: Where to force define ARDUINO_ARCH_STM32? Wow im full of problems lately... Sorry

Posted: Wed Oct 21, 2020 1:47 pm
by fpiSTM