STM32F103C8 - RFM69 Compilation error
Posted: Mon Sep 09, 2024 7:26 pm
Dear everybody!
I am trying to program through ARDUINO IDE 2.3.2 a STM32F103C8T6 BluePill using HID Bootloader 2.2 on a Windows 11 Home, but I get an error:
"Compilation error:
"C:\Users\Myk13\AppData\Local\Temp\.arduinoIDE-unsaved202489-10700-m63q25.c3m6d\RFM69-Gateway-STM32\RFM69-Gateway-STM32.ino:97:12:
fatal error: libmaple/iwdg.h: No such file or directory
97 | #include <libmaple/iwdg.h> // STM Marple Watchdog lib
| ^~~~~~~~~~~~~~~~~
compilation terminated.
Alternatives for libmaple/iwdg.h: []
ResolveLibrary(libmaple/iwdg.h)
-> candidates: []
exit status 1
Compilation error: libmaple/iwdg.h: No such file or directory"
I'm using a sketch from the library without any changes: "https://github.com/brainelectronics/RFM69-STM32"
My board Manager : https://github.com/stm32duino/BoardMana ... index.json
Other sketches play without problems. Please help, thanks.
I am trying to program through ARDUINO IDE 2.3.2 a STM32F103C8T6 BluePill using HID Bootloader 2.2 on a Windows 11 Home, but I get an error:
"Compilation error:
"C:\Users\Myk13\AppData\Local\Temp\.arduinoIDE-unsaved202489-10700-m63q25.c3m6d\RFM69-Gateway-STM32\RFM69-Gateway-STM32.ino:97:12:
fatal error: libmaple/iwdg.h: No such file or directory
97 | #include <libmaple/iwdg.h> // STM Marple Watchdog lib
| ^~~~~~~~~~~~~~~~~
compilation terminated.
Alternatives for libmaple/iwdg.h: []
ResolveLibrary(libmaple/iwdg.h)
-> candidates: []
exit status 1
Compilation error: libmaple/iwdg.h: No such file or directory"
I'm using a sketch from the library without any changes: "https://github.com/brainelectronics/RFM69-STM32"
My board Manager : https://github.com/stm32duino/BoardMana ... index.json
Other sketches play without problems. Please help, thanks.