betuse
Junior Member level 3
- Joined
- Oct 17, 2013
- Messages
- 26
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 173
Dear colegues,
I use mikroc pro for arm with lm4f232 tiva C mcu,
I need simple solution (I am not close with Tiva C so I need help)
I need to read (count) pin change conditions (for example from logical 1 to logical 0) every 10ms
that can be done with some interrupt routine,
also I need to save count on some array or vector...
or simply
using timer (interrupt) to get 10ms, read pin change every 10ms, save count on array and show anywere (uart, eeprom, flash...)
please can you help me with concrete example or advice me?
best regards
I use mikroc pro for arm with lm4f232 tiva C mcu,
I need simple solution (I am not close with Tiva C so I need help)
I need to read (count) pin change conditions (for example from logical 1 to logical 0) every 10ms
that can be done with some interrupt routine,
also I need to save count on some array or vector...
or simply
using timer (interrupt) to get 10ms, read pin change every 10ms, save count on array and show anywere (uart, eeprom, flash...)
please can you help me with concrete example or advice me?
best regards