Search found 7 matches
- Tue Jan 30, 2024 1:42 am
- Forum: IDE's
- Topic: How to debug stm32 using arduino IDE debug function?
- Replies: 5
- Views: 8105
Re: How to debug stm32 using arduino IDE debug function?
It still doesn't work.
- Fri Jan 26, 2024 7:23 am
- Forum: IDE's
- Topic: How to debug stm32 using arduino IDE debug function?
- Replies: 5
- Views: 8105
Re: How to debug stm32 using arduino IDE debug function?
I tried, but it didn't work
My steps are as follows:
My steps are as follows:
- Fri Jan 26, 2024 6:17 am
- Forum: IDE's
- Topic: How to debug stm32 using arduino IDE debug function?
- Replies: 5
- Views: 8105
How to debug stm32 using arduino IDE debug function?
When I use arduino IDE2.0, I always cannot use the debug function to debug the STM32 program, and the error indicates that I cannot understand it. May I ask who can give a detailed tutorial, thank you?
- Fri Jan 26, 2024 1:58 am
- Forum: General discussion
- Topic: Why can't I go to definition?
- Replies: 2
- Views: 1669
Why can't I go to definition?
Why sometimes right mouse click function does not go to definition?
- Wed Jan 24, 2024 2:25 am
- Forum: General discussion
- Topic: I failed to output PWM with PA7 and PA8 at the same time
- Replies: 4
- Views: 3667
Re: I failed to output PWM with PA7 and PA8 at the same time
analogWriteFrequency(1000);is to set the frequency of all PWM, how to set the frequency of 1 pin separately
- Wed Jan 24, 2024 2:11 am
- Forum: General discussion
- Topic: I failed to output PWM with PA7 and PA8 at the same time
- Replies: 4
- Views: 3667
Re: I failed to output PWM with PA7 and PA8 at the same time
非常感谢你!
Thank you very much!
Thank you very much!
- Tue Jan 23, 2024 7:18 am
- Forum: General discussion
- Topic: I failed to output PWM with PA7 and PA8 at the same time
- Replies: 4
- Views: 3667
I failed to output PWM with PA7 and PA8 at the same time
Problem description:
I failed to output PWM with PA7 and PA8 at the same time, but I succeeded in output PWM with PA7 or PA8 alone. Why? How to solve it?
Added:
I use STM32G030C8T6 and arduino IDE2.2.1.
As shown in the figure below, I guess the default PWM timer of PA7 and PA8 is TIM1, which leads ...
I failed to output PWM with PA7 and PA8 at the same time, but I succeeded in output PWM with PA7 or PA8 alone. Why? How to solve it?
Added:
I use STM32G030C8T6 and arduino IDE2.2.1.
As shown in the figure below, I guess the default PWM timer of PA7 and PA8 is TIM1, which leads ...