Search found 11 matches

by Leviro
Tue Oct 27, 2020 2:33 pm
Forum: Ideas & suggestions
Topic: Feature Request: Split the core in boards-manager into multiple categories
Replies: 6
Views: 8582

Re: Feature Request: Split the core in boards-manager into multiple categories

Okay, thank you very much for your time and effort so far, this project is great!
by Leviro
Tue Oct 27, 2020 1:53 pm
Forum: Ideas & suggestions
Topic: Feature Request: Split the core in boards-manager into multiple categories
Replies: 6
Views: 8582

Re: Feature Request: Split the core in boards-manager into multiple categories

Moreover the goal of the core is to support all STM32 series. I meant just split the entries in the .json file in a way to group similar boards together for the boards-manager only, not split the whole project/repo. Sorry if my wording was unclear. When you install the core you download 4 packages:...
by Leviro
Tue Oct 27, 2020 11:03 am
Forum: Ideas & suggestions
Topic: Feature Request: Split the core in boards-manager into multiple categories
Replies: 6
Views: 8582

Feature Request: Split the core in boards-manager into multiple categories

Problem: When downloading the core from the boards manager I have to download all the supported boards from all the different families which makes the downloaded files large and slows down the download process. Possible solution: It would be great if you split them into multiple options (i.e. one f...
by Leviro
Tue Oct 27, 2020 9:13 am
Forum: General discussion
Topic: Can I install two different stm32 cores together and switch between them?
Replies: 1
Views: 1196

Can I install two different stm32 cores together and switch between them?

So this is a very basic question,
I was wondering whether it is possible to have 2 stm32 cores installed simultaneously on Arduino IDE? (e.g. Official core and Roger Clark's)
Would there be any conflicts or any overwritten data?
by Leviro
Sat Oct 17, 2020 9:34 am
Forum: General discussion
Topic: Is it possible to establish USB communication on STM32F1 Blue Pill?
Replies: 5
Views: 5247

Re: Is it possible to establish USB communication on STM32F1 Blue Pill?

Oh that's great! I didn't know that was a thing.
Okay then, how can I send/receive data?
by Leviro
Fri Oct 16, 2020 7:56 am
Forum: General discussion
Topic: Is it possible to establish USB communication on STM32F1 Blue Pill?
Replies: 5
Views: 5247

Is it possible to establish USB communication on STM32F1 Blue Pill?

Board: STM32F103C8T6 (Blue Pill) IDE: Arduino IDE Core: Official core I couldn't find any page mentioning USB communication neither in the GitHub wiki of the core nor here on the forums. So, is it possible to use USB communication to send and receive data alongside some existing code written on Ardu...
by Leviro
Tue Aug 04, 2020 6:28 pm
Forum: General discussion
Topic: Changing PWM duty cycle on BluePill produces wrong output
Replies: 9
Views: 10647

Re: Changing PWM duty cycle on BluePill produces wrong output

Hi @Leviro , could you share the code you used, please? I started with the example in the GitHub wiki, made the timer variable global, and used it to call setPWM in the loop: #define pin PA3 TIM_TypeDef *Instance = (TIM_TypeDef *)pinmap_peripheral(digitalPinToPinName(pin), PinMap_PWM); uint32_t cha...
by Leviro
Tue Aug 04, 2020 6:13 pm
Forum: General discussion
Topic: Changing PWM duty cycle on BluePill produces wrong output
Replies: 9
Views: 10647

Re: Changing PWM duty cycle on BluePill produces wrong output

If you can observe signal with oscilloscope that would be better. I don't have access to an oscilloscope right now thanks to COVID19. I will try using setCaptureCompare to change the duty cycle and see if it works. Also, when I set my AVOmeter to measure "DC Voltage" and input a PWM signa...
by Leviro
Mon Aug 03, 2020 9:55 pm
Forum: General discussion
Topic: Changing PWM duty cycle on BluePill produces wrong output
Replies: 9
Views: 10647

Re: Changing PWM duty cycle on BluePill produces wrong output

This problem appears in the official core. But Roger Clark's core works fine and doesn't have this issue. However, the I2C is unstable in Roger Clark's core so I have to use the official core.

Go to advanced search