I solved it after a hell of a search
My computer runs Comodo a firewall virus protection system that has the capability to sand box suspicious applications. I discovered that various IDE application were labeled not trusted and probably were running in a sandbox. I made them trusted applications and ...
Search found 3 matches
- Tue Jun 16, 2020 5:23 am
- Forum: IDE's
- Topic: Problem compiling code for STM32F103 on Arduino IDE V1.8.12
- Replies: 2
- Views: 9031
- Tue Jun 16, 2020 5:14 am
- Forum: IDE's
- Topic: Error ? HSI_VALUE missing in lib file stm32f1xx.c
- Replies: 1
- Views: 4337
Error ? HSI_VALUE missing in lib file stm32f1xx.c
I have a question
I work with the Arduino 1.8.12 IDE used for programming stm32f103C8 processors or the blue pill. The first time I installed it it didn't compile due to a missing #define HSI_VALUE and define HSE_VALUE Statement in file stm32f1xx.c after line 77
It this point I inserted the the ...
I work with the Arduino 1.8.12 IDE used for programming stm32f103C8 processors or the blue pill. The first time I installed it it didn't compile due to a missing #define HSI_VALUE and define HSE_VALUE Statement in file stm32f1xx.c after line 77
It this point I inserted the the ...
- Wed Mar 18, 2020 6:37 am
- Forum: IDE's
- Topic: Problem compiling code for STM32F103 on Arduino IDE V1.8.12
- Replies: 2
- Views: 9031
Problem compiling code for STM32F103 on Arduino IDE V1.8.12
Dear readers
I have a problem compiling Blink for STM32F103 controllers using IDE 1.8.12. It does works normal for esp8266-12E modules and ATmega328 Nano/Uno bords, no problems. I already have done a complete reinstall of the IDE but no success.
The problem is around a file that is created during ...
I have a problem compiling Blink for STM32F103 controllers using IDE 1.8.12. It does works normal for esp8266-12E modules and ATmega328 Nano/Uno bords, no problems. I already have done a complete reinstall of the IDE but no success.
The problem is around a file that is created during ...