python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
STM32+CubeMX+HAL Library using pwm toggle output failed
I understand its principle is to use PWM comparison function when CRR = CNT is triggered interrupt and flip level. I set the ARR to 65535 to automatically add it up again. The CRR value is adjusted fo...
haotian li
Votes: 0
Answers: 0
Why are MSPs defined as callback functions?
In STM32CubeMX MSP stands for MCU Support Package and of all here is what it basically about:
MSPs are user callback functions to perform system level
initializations such as (Clock, GPIOs, DMA, inte...
GNZ
Votes: 0
Answers: 2
Is there a difference in the way one should build .S files vs .s files using makefile?
I have generated a ThreadX project using CubeMX, which has provided me with both .s and .S files. When building using make I get the 'No rule to make target' for the .S files, but not for the .s file...
hdl
Votes: 0
Answers: 1
How to Debug in STMCubeIDE?
I am new to STM32. I have recently installed STM32CUBEIDE. I have written basic code . connected ST-Link v2 (STM8 & STM32) to my laptop and pressed F11 (to debug).
I get the following error
Error...
Leonard Loss
Votes: 0
Answers: 1