Quantcast
Channel: MCS Electronics Forum
Viewing all articles
Browse latest Browse all 20795

BASCOM-AVR : RC5 Not working in version 2.0.7.7???? : REPLY

$
0
0
the alias for timsk was missing in the dat file. it is simple to fix : open the dat file, search for timsk0= somevalue , where somevalue is the address of the register copy the line and alter it to : timsk= somevalue for example : TIMSK0 = $6e TIMSK = $6e ; this one was added

Viewing all articles
Browse latest Browse all 20795

Trending Articles