Search found 7 matches

by changlin1990
Fri Jan 26, 2024 7:23 am
Forum: IDE's
Topic: How to debug stm32 using arduino IDE debug function?
Replies: 5
Views: 2190

Re: How to debug stm32 using arduino IDE debug function?

I tried, but it didn't work
My steps are as follows:
屏幕截图 2024-01-26 154104(1)(1).png
屏幕截图 2024-01-26 154104(1)(1).png (55.24 KiB) Viewed 2174 times
by changlin1990
Fri Jan 26, 2024 6:17 am
Forum: IDE's
Topic: How to debug stm32 using arduino IDE debug function?
Replies: 5
Views: 2190

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?
屏幕截图 2024-01-26 141026(1)(1).png
屏幕截图 2024-01-26 141026(1)(1).png (75.3 KiB) Viewed 2190 times
by changlin1990
Fri Jan 26, 2024 1:58 am
Forum: General discussion
Topic: Why can't I go to definition?
Replies: 1
Views: 669

Why can't I go to definition?

Why sometimes right mouse click function does not go to definition?
屏幕截图 2024-01-26 095205.png
屏幕截图 2024-01-26 095205.png (25.81 KiB) Viewed 669 times
屏幕截图 2024-01-26 095233.png
屏幕截图 2024-01-26 095233.png (15.27 KiB) Viewed 669 times
by changlin1990
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: 1947

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
by changlin1990
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: 1947

Re: I failed to output PWM with PA7 and PA8 at the same time

非常感谢你!
Thank you very much!
by changlin1990
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: 1947

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 t...

Go to advanced search