• SFRs in XC16X.h and MAIN.H
    Hello, I get an error while compiling a program: 'ASC0_CON_FDE': undefined identifier. There are two similar definitions for this SFR: 1. In XC16X.h which is generated by Keil: sbit...
  • SFRs in XC16X.h and MAIN.H
    Hello, I get an error while compiling a program: 'ASC0_CON_FDE': undefined identifier. There are two similar definitions for this SFR: 1. In XC16X.h which is generated by Keil: sbit...
  • can't open file 'XC16X.h'
    Hello, I am a newbie to Keil compiler. Now I am working on uVision2 with C compiler V4.23. 1. Do I have to add all header files into a group under "Target1"? 2. I created a project. While building...
  • can't open file 'XC16X.h'
    Hello, I am a newbie to Keil compiler. Now I am working on uVision2 with C compiler V4.23. 1. Do I have to add all header files into a group under "Target1"? 2. I created a project. While building...
  • NEON intrinsics vector division and reciprocal functions not found
    Hi all, I am working with a simple sqrt kernel. Code given below at end of post. It calculates the sqrt on a given array and stores it into a new array. However, when compiling with a gcc compiler as...