• Wrong mapping with C251 v2 compiler
    Hi, I am trying to recompile a project with C251 v2.This project was originaly compiled with C251 v1. In one of my C files I use a string table declared like this : char code *ErrorMess[]={...
  • AT89S8253: Wrong SRC code generated
    Hi, I'm using a AT89S8253 as Target device. My application uses Timer 0 interrupt. The T0 ISR needs to have some code written in inline Assembler, requiring to generate and assemble SRC file. If...
  • Delay generation
    Hello, I would like to know how can i use delays in my program as there is no inbuilt delay for 89c2051. i want to know how can i decide delay timing when I am using 12 MHZ external crystal
  • Using Generic Pointers
    I need to use generic pointers so I can access XDATA and CODE memory with my message handler. How do I know what the memory type is at runtime? Is there a function or macro for this? I know the memory...
  • Q: Compiler generates wrong Assembler Code
    I am involved within the development of some control hardware using the Infeneon XC161 processor with a "self made" evaluation board. I think something is wrong with the compiler. First I thought that...