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)
Is there a way to sample from an STM32 ADC at a specific frequency, without the use of interrupts?
For this specific problem, we are tasked to ensure that our ADC samples at a specific frequency, around 30kHz, as we need to sample an input which will have a frequency of at least 10KHz. The plan I h...
helpmepls
Votes: 0
Answers: 0
STM32 Nucleo F411RE ST-LINK error (DEV_TARGET_CMD_ERR)
I do not have any experience with programming STM32 boards. In windows device manager, it says that my ST-LINK driver is up to date (latest version).
The board LEDs light up and everything seems to be...
Sergiu Fratila
Votes: 0
Answers: 2
Break at address "0xXXXXXXX" with no debug information available, or outside of program code
I am using STM32CUBEIDE with Nucleo_STM32F412ZG usb and when I debug it. It shows message shown below:
"Break at address "0x8007d3a" with no debug information available, or outside of p...
Yash Vardhan
Votes: 0
Answers: 0
Delay implementation in STM32 using for loop
I am using a NUCLEO-L476RG development board,
I am learning to write GPIO drivers for STM32 family
I have implementing a simple logic in which I need to turn on an LED when a push button is pressed.
I...
Ashwin Sekar
Votes: 0
Answers: 4