• 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?
  • 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?
  • IAR Embedded Workbench compile errors trying to use C++
    Hi, I am trying to use C++ on a sample project for STM Nucleo board. Language option on IAR project is basically C, but I wanted to try C++. Here I could this by changing the option as: From...
  • IAR Embedded Workbench compile errors trying to use C++
    Hi, I am trying to use C++ on a sample project for STM Nucleo board. Language option on IAR project is basically C, but I wanted to try C++. Here I could this by changing the option as: From...
  • 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...