• Simulation tools and way to proceed
    The Paper which I chose as my base paper for my final year project is "Self-sustaining, efficient and forward-secure cryptographic constructions for Unattended Wireless Sensor Networks". It is told that...
  • Thanks for the replay
    Thanks for the update. I have modified the INF file(MI_00 and MI_02). Now it's successfully detect two devices and it's working fine. Now i am including RNDIS Ethernet device. i have to test...
  • Are you sure you use the set rl in the industry?
    Are you sure you use the set RL in the industry?
  • Parameter Search - Replay
    Just a replay of http://www.keil.com/forum/17710. Summary: The old Keil Chip Parameter search was dropped by Keil but still exists at http://www.keil.com/dd/search_parm.asp as pointed out by Jon...
  • the best way to shift
    <Code> #define BITS_TO_ROTATE 2 b=(a>>(8-BITS_TO_ROTATE))+(a<<BITS_TO_ROTATE); After lots of research and experimentation we have determined that this is often the best way as it gives the compiler...