• Problem in function pointer variable
    Hello, I have faced a problem with a function pointer variable. I have separated the uart module in two parts: HAL, which abstracts the hardware, and Service, which provides the uart service to the...
  • Pointer to stack variables
    I have a function that creates an instance of a structure on the users stack. The structure is called object and it is located at address 0xEFB0. boolean CAN1_read(ubyte mbx, CAN_MSG *msg) { ubyte...
  • pointer of pointer type??
    what is different form, follow as: (1)code XBYTE *AA[]={...}; (2)code void (*BB[])(void)={...};
  • lcd
    i m tryig to clear now. i prepared .c source code for displaying "hello world" to be displayed in lcd. i compiled it using uv3. every thing went correct. but when the turn came for simulation i looked...
  • LCD
    How to drive an LCD with segments greater then that could be driven by the controller(other than lcd drivers).Is multiplexing possible