• TM4C123 UART1_Handler
    Hi All; I'm using uvision compiler. Below A portion of my code regarding UART1 RX interrupt. I was using reading flags. I want to use interrupt. I didn't get an interrupt. What is wrong? #define...
  • 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 library to Keil Library converter
    Hi, I would like to know whether it is possible to convert IAR library to Keil library, if so, which tool I need to get for conversion. Thanks Pankaj
  • stdio.h does not recognize FILE *fpointer
    I am using IAR embedded workbench software for ARM CORTEX M3 controller. I have already included stdio.h library and it have fopen function like this but when i am declaring my file pointer like this...
  • __fiq not recognized
    Hello all, i attempte to execute the following code: ===================================================== #include <LPC21xx.H> void FIQ_Handler (void) __fiq; //declare FIQ ISR void initFiq...