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)
The adc should be able to work well for this kind of applications?
I've been trying to process speech on a stm32f407ve development board for some time now, which makes me wonder if the ADC is really set up to precisely sample the values. CMSIS FFT Functions. But when...
Daniel Nuñez
Votes: 0
Answers: 1
MULS instruction gives error A1858E in Keil
MOV R0, #20
MOV R1, #1
MULS R0, R0,R1
error: A1858E: Flag setting form of this instruction not available
When I use the mul command, there is no problem, but when I type MULS, it gives th...
JunEmbed
Votes: 0
Answers: 1
Do I need a level converter for Raspberry Pi and STM32 to communicate via GPIO(UART) port?
I want to connect an STM32F407 Discovery board with a Raspberry Pi 4 Model B.
And I want to use UART as communication so I plan to use PD5&6 on STM32 and Pin8&10 on RPi. But after looking up o...
Benasking7124
Votes: 0
Answers: 2
STM32 USB audio device - headset - can`t init second interface
Currently I`m trying to create some kind of USB headset on STM32F407 - device, that able to play audio stream from host and send audio samples, received from mic.
USB Audio device topology looks like ...
Богдан Чупис
Votes: 0
Answers: 1