User Activity

Posted on February 24, 2013 at 09:08I have one strange problem. After this fragment of code program:b = a;a =/ 40;if(!a)//breakpointsthe results of two registers are: b = 50000 - good value, a=0The value of a should be about 1250 not 0!!I can't find...
Posted on June 18, 2012 at 01:09I want to send 6 Bytes by I2C to slave, but when I send address slave and wait for ACK the is no reaction. I used 10k pull-up resistor.CLOCK_SPEED = 100000=100kHzBUFFERSIZE = 6/********************  main.c ***********...