I see.. thanks!
Well, I've tested and it seems the library is not compatible event if it is specified it is compatible:
RadioHead\RH_ASK.cpp:18:21: error: invalid conversion from 'int' to 'TIM_TypeDef*' [-fpermissive]
18 | HardwareTimer timer(1);
| ^
| |
| int
This code is not correct ...
Search found 7 matches
- Fri Jun 12, 2020 8:40 pm
- Forum: General discussion
- Topic: Trying to use RH_ask on STM32F0
- Replies: 7
- Views: 8462
- Fri Jun 12, 2020 1:23 am
- Forum: General discussion
- Topic: Trying to use RH_ask on STM32F0
- Replies: 7
- Views: 8462
Re: Trying to use RH_ask on STM32F0
I might be doing something wrong, but I couldn't compile to F407 using the second package either. It just compiles with the other package =/. the errors are the same, about the functions on the hardwaretimer library.
- Thu Jun 11, 2020 3:41 pm
- Forum: General discussion
- Topic: Trying to use RH_ask on STM32F0
- Replies: 7
- Views: 8462
Re: Trying to use RH_ask on STM32F0
Thanks. I tried with 1.8 and other older versions but it didn't work. It seems they still use the same library as 1.9.
- Tue Jun 09, 2020 10:15 pm
- Forum: General discussion
- Topic: Trying to use RH_ask on STM32F0
- Replies: 7
- Views: 8462
Trying to use RH_ask on STM32F0
Is it possible to use RH_ask library (want to use 433mhz rf) without having to change all the timer libraries or this library itself for STM32F0 on arduino IDE? (link for the RH_ask library: https://www.airspayce.com/mikem/arduino/RadioHead/index.html )
Using this package for STM32F1 I can compile ...
Using this package for STM32F1 I can compile ...
- Sat Jun 06, 2020 9:17 pm
- Forum: General discussion
- Topic: Problem with STM32F1 and STM32F0 on arduino IDE
- Replies: 3
- Views: 4901
Re: Problem with STM32F1 and STM32F0 on arduino IDE
Got F0 to work using internal RC oscillator. F1 still won't work..
- Sat Jun 06, 2020 9:01 pm
- Forum: General discussion
- Topic: Problem with STM32F1 and STM32F0 on arduino IDE
- Replies: 3
- Views: 4901
Re: Problem with STM32F1 and STM32F0 on arduino IDE
Link with prints from config and boards:
https://imgur.com/a/263EFm3
Tried a lot of config with the F1, the F0 doesn't have that much of options.
Only using FTDI and serial mode to upload
https://imgur.com/a/263EFm3
Tried a lot of config with the F1, the F0 doesn't have that much of options.
Only using FTDI and serial mode to upload
- Fri Jun 05, 2020 7:03 pm
- Forum: General discussion
- Topic: Problem with STM32F1 and STM32F0 on arduino IDE
- Replies: 3
- Views: 4901
Problem with STM32F1 and STM32F0 on arduino IDE
Hi guys, I didn't find anything about this yet, so I decided to post here.
I just got an STM32F1 and an STM32F0 from aliexpress, I flashed the F1 with cube IDE and it worked perfectly, but when I tried to upload a code from arduino IDE to it, the code won't run. I tried to change the bootloader and ...
I just got an STM32F1 and an STM32F0 from aliexpress, I flashed the F1 with cube IDE and it worked perfectly, but when I tried to upload a code from arduino IDE to it, the code won't run. I tried to change the bootloader and ...