• 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 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...
  • Error Include Mutex IAR Embedded Workbench ARM
    I'm trying to implement the EtHash algorithm in the AM3357 microcontroller, but when I try to include the mutex library it shows the following error: "Fatal Error [Pe035]: #error directive: "IAR Systems...
  • Using CMSIS Packs with STM32CubeMX and IAR Embedded Workbench
    For better portability i'm trying to use the CMSIS-Driver Interface to access Microcontroller Peripherals. As a starting point, i tried setting up an application with a simple goal: Transmit a byte...
  • 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...