Search found 1762 matches

by fpiSTM
Tue Dec 31, 2019 6:05 am
Forum: Libraries & Hardware
Topic: RadioHead Library
Replies: 3
Views: 5370

Re: RadioHead Library

Hi,
Currently I'm not aware of a port.
Maybe this one for teensy could be a good starting point:
https://github.com/PaulStoffregen/RadioHead
by fpiSTM
Mon Dec 30, 2019 4:05 pm
Forum: Libraries & Hardware
Topic: USB Composite library?
Replies: 9
Views: 8983

Re: USB Composite library?

I could hep on this.
Give me some hints on how you think to integrate it.
by fpiSTM
Mon Dec 30, 2019 4:04 pm
Forum: Ideas & suggestions
Topic: Updating compiler/toolchain version
Replies: 3
Views: 11497

Re: Updating compiler/toolchain version

Regarding the key, does it (IDE) have a rule to convert that into a folder path? The IDE check in the JSON the dependencies tools name and version which are used for the path of a dedicated core. If you have installed the STM32 core with xpack gcc 9 then maybe it would works using the same syntax. ...
by fpiSTM
Mon Dec 30, 2019 2:36 pm
Forum: General discussion
Topic: analogRead and analogWrite troubles
Replies: 37
Views: 48205

Re: analogRead and analogWrite troubles

Yes, I have HSE. Even two of them: No you have only one HSE. The other is the LSE ;) "You can try to set it at sketch level." if I know how I would do it :) A small example would help me. extern "C" void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {}; RCC_C...
by fpiSTM
Mon Dec 30, 2019 2:10 pm
Forum: Ideas & suggestions
Topic: Updating compiler/toolchain version
Replies: 3
Views: 11497

Re: Updating compiler/toolchain version

The SAMD core use this version: compiler.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/ See: https://github.com/arduino/ArduinoCore-samd/blob/master/platform.txt#L34 The one using the xpack-arm-none-eabi-gcc-9.2.1-1.1 is from the STM32 core version 1.8.0 : compiler.path={runtime.tools.xpa...
by fpiSTM
Mon Dec 30, 2019 6:38 am
Forum: Let us know a bit about you and your projects
Topic: Hello
Replies: 1
Views: 4571

Re: Hello

Welcome back arpruss,
Nice presentation and project ;)
by fpiSTM
Sun Dec 29, 2019 4:44 pm
Forum: General discussion
Topic: analogRead and analogWrite troubles
Replies: 37
Views: 48205

Re: analogRead and analogWrite troubles

OK, I think I found the issue. The variant you used is for this board: https://stm32-base.org/boards/STM32F103RET6-Generic-Board Firstly, do you have an HSE ? The SystemClock_Config(void) use the HSE as clock source. I guess you have one as it works. Now, I saw the ADC clock is not configured while ...
by fpiSTM
Sun Dec 29, 2019 8:37 am
Forum: General discussion
Topic: analogRead and analogWrite troubles
Replies: 37
Views: 48205

Re: analogRead and analogWrite troubles

Ok sorry though you use a RE. So for the RB, use the Generic F103RBT6 (Blue Button) then PA3 will work. It is not the same ADCx instance between RB and RE. But the RB has no DAC. I don't know what you exactly done with PIO. First use the Arduino IDE with the core installed properly then use the corr...
by fpiSTM
Sat Dec 28, 2019 7:09 pm
Forum: General discussion
Topic: analogRead and analogWrite troubles
Replies: 37
Views: 48205

Re: analogRead and analogWrite troubles

FYI,

Code: Select all

  pinMode(Power_1_Current,INPUT_ANALOG);
  pinMode(Power_2_Current,INPUT_ANALOG);
is not required.

For PIO usage, I could not help as I do not use it.

For PA3 analogRead, I have no clue as it should works like for other. Maybe an issue on your hardware?
by fpiSTM
Sat Dec 28, 2019 1:32 pm
Forum: Announcements
Topic: Welcome back stm32duino.com
Replies: 29
Views: 57714

Re: Welcome back stm32duino.com

Nice to see you all again and welcome ;)
sorry again for this long wait :?

Go to advanced search