• Need help with IAR Embeeded Workbench Linker
    Note: This was originally posted on 5th January 2010 at http://forums.arm.com Hello, I am working with a Luminary LM3S6965 processor in a product that is intended to be firmware-upgradable in the field...
  • IAR Embedded Workbench for ARM 8.40.1.21539
    Hi, I have recently upgraded the IAR workbench from version 6.x to 8.x. My NXP LPC2368 based device application used to work well when built with the 6.x version of IAR compiler. But the same project...
  • IAR Embedded Workbench external terminal
    Hello, I am using IAR Embedded Workbench software for programming MSP430F5529 microcontroller. I would like to process my data in MSP430 but after that display/print these data to the external terminal...
  • Enbaling hardware linkage on IAR workbench
    Hi I am working with Nordic nRF52832, which contains Cortex™-M4F CPU with FPU unit. In order to get the best performace I want to enbale hardware linkage. How do I do it? How can I make sure that hardware...
  • IAR Embedded Workbench ARM compiler
    Hi, I'm using IAR Embedded Workbench ARM are: being int a; and unsigned char b = 0x03; a = ~ b; should not be 0xfc and not 0xfffffffc? Is this a bug or is it deliberate?