• carm versus realview
    We are noot happy with the current switch over to realview. We have a far advanced project, and the switch over is not easy. All the project settings are gone, the library's seems almost impossible to...
  • Realview V3.34 versus Carm problem
    Started this morning on something. Then needed to add printf in simulator mode. So I added putchar() and printf. But then I found that the program didn't run. When I hit RST it is always sitting on line...
  • KEIL versus IAR JTAG debugging...?
    I'm currently evaulating the the IAR tools that came with ATMEL's AT91SAM7S-EK eval kit(which uses the AT91SAM7S64). The IAR tools (using a Segger J-Link tool) don't appear to be able to debug ISR's very...
  • EVAL versus UPDATE software...?
    Does anyone know why you can download the latest version of the KEIL tools (MDK322a.exe) easily, or the update version (same MDK322a.exe file) NOT as easily (because you have to correctly enter your...
  • Configuration of P1 versus INT0 !
    I want to use the external interupt pin 0. So I configured the Port 1 like this : // 3 IRQ : Input Only. P1M1 = 0X7E; P1M2 = 0x81; But when debugging, the checkboxes in P1 window are greied for...