• huge to far
    Hello, I think I finally found a Problem which caused me Trouble over the past Days, and now I'm trying to find a satisfying solution. I'm using an Infineon XC161CJ with a grapical Display. I use...
  • Using far or huge pointer, which is faster?
    I have an array defined in RAM. The array is defined 40 bytes. I do interpolation on the array by passing the address of the array as a huge pointer to int to the interpolation function. For the C167CS...
  • About far,near pointer in Keil
    I try to compile ucOSII in keil C51. But it tells me a error at struct os_event { UBYTE OSEventGrp; /* Group corresponding to tasks waiting for event to occur */ UBYTE OSEventTbl[8]; /* List of...
  • CAN Interface on ST10F269
    Dear All, I am using ST10F269. I am using Keil compiler for delelopement. I am about to work on CAN. To study CAN i want to try following program 1) Exchange "Hello" between 2 modules of...
  • Error in call by reference with ST10F269
    Hello! A function is called with three pointer parameters to assemble command messages for SPI-mode communication in SPI initialization function as follows. Problem is that the addresses of parameters...