• LPC2378 RTC' CISS number of counts for interrupt
    Hi, Why lpc2378's doc states that An interrupt is generated on every 16/32/64/etc. counts of the Clock Tick Counter and I have 16/32/64/ with Simulator and 32/64/128 with real chip ? #include...
  • Count the number of trailing zeros without clz?
    I am trying to count the number of trailing zeros in floating points without using the clz command. what would be the easiest way to rewrite this code? ctz         RSB      r1,r0,#0         CMP      r0...
  • Count the number of trailing zeros without clz?
    I am trying to count the number of trailing zeros in floating points without using the clz command. what would be the easiest way to rewrite this code? ctz         RSB      r1,r0,#0         CMP      r0...
  • LPC2378 RTC' CISS number of counts for interrupt
    Hi, Why lpc2378's doc states that An interrupt is generated on every 16/32/64/etc. counts of the Clock Tick Counter and I have 16/32/64/ with Simulator and 32/64/128 with real chip ? #include...
  • Number of bytes & microcontroller's chip
    Hello I am an ultra newbie and im currently learning 8051 chip. The question is How can i find out the number bytes in my program before I can buy any microcontroller chip? Is it hex file? kind...