• Error 530: Device Has No Processor Definition
    Hi. Can someone explain to me why I get this error when I install the SAM E70 Xplained pack from the package manager?
  • Error 530: Device Has No Processor Definition
    Hi. Can someone explain to me why I get this error when I install the SAM E70 Xplained pack from the package manager?
  • Simulating Dallas 89C420, correct CPU timing
    We are developing an application for the Dallas 89C420 which has on-chip ROM. But switching the option "Use On-chip ROM" doesn't change the accumulated time "Sys/sec" in the simulator. What else do...
  • uVision: Dallas MicroLAN 1-Wire simulation
    Is there a Dallas MicroLAN 1-Wire simulation available for use in the uVision simulator?
  • Wrong simulation time for Dallas DS89C420 ?
    Hi, here is code: void float_test( void ) { int a; float f; f=4.44; for(a=0; a<100; a++) f *= f/2.25; } I use simulator for simulating execution time of shown function. When I select...