Search found 11 matches
- 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: 16338
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!
- 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: 16338
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 ...
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 ...
- 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: 16338
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 ...
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 ...
- 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: 1630
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?
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?
- Sun Oct 18, 2020 6:29 pm
- Forum: General discussion
- Topic: Is it possible to establish USB communication on STM32F1 Blue Pill?
- Replies: 5
- Views: 7141
- 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: 7141
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?
Okay then, how can I send/receive data?
- 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: 7141
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 ...
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 ...
- Tue Aug 04, 2020 6:28 pm
- Forum: General discussion
- Topic: Changing PWM duty cycle on BluePill produces wrong output
- Replies: 9
- Views: 14752
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 ...
- Tue Aug 04, 2020 6:13 pm
- Forum: General discussion
- Topic: Changing PWM duty cycle on BluePill produces wrong output
- Replies: 9
- Views: 14752
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 signal, it ...
- Mon Aug 03, 2020 9:55 pm
- Forum: General discussion
- Topic: Changing PWM duty cycle on BluePill produces wrong output
- Replies: 9
- Views: 14752
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.