Search found 3 matches
- Fri Jan 22, 2021 12:12 pm
- Forum: General discussion
- Topic: Interrupt FALLING not working as excepted
- Replies: 4
- Views: 5894
Re: Interrupt FALLING not working as excepted
No one have encountered problem with the FALLING logic?
- Sun Jan 17, 2021 10:24 am
- Forum: General discussion
- Topic: Interrupt FALLING not working as excepted
- Replies: 4
- Views: 5894
Re: Interrupt FALLING not working as excepted
I'm not using a mechanical switches, I'm using a second board to generate the signal.
the fact is if i set the RISING logic it work as excepted.
the fact is if i set the RISING logic it work as excepted.
- Sat Jan 16, 2021 11:58 pm
- Forum: General discussion
- Topic: Interrupt FALLING not working as excepted
- Replies: 4
- Views: 5894
Interrupt FALLING not working as excepted
Hello all,
I'm programming a stm32F103C6 with platformio
I'm being mad with this script.
i have setup 2 interrupt pins, one to rise the variable "start" value and one to decrease it.
then the a pwm pin will be set with the "start" value.
The problem rise when I change the logic from RAISING to ...
I'm programming a stm32F103C6 with platformio
I'm being mad with this script.
i have setup 2 interrupt pins, one to rise the variable "start" value and one to decrease it.
then the a pwm pin will be set with the "start" value.
The problem rise when I change the logic from RAISING to ...