python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to enable the counter of Timers in ARM CORTEX M3(STM32F103RB)?
I am trying to write code for toggling a pin(Pin 15) of a port (PORTC) using timers(specifically TIM2). I have to use the prescale registers to divide the clock frequency such that I obtain the requir...
Laxman Chinannavar
Votes: 0
Answers: 1
How to make switching frequency for two lines of ports different?
It is necessary that the switching frequency of one output be twice as large as the second, and not the same.
I don't understand how I can set it up.
Here is my code and received signals.
#include...
1i10
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