• elements of XHUGE structs
    Hi Folks, I do have some trouble with huge memory model and xhuge structures. I wonder, how is it with structures of type xhuge, which constists of a lot of sub- structure types: struct big ...
  • Address of an element of a struct
    I have this code: typedef struct _DLL_struct { unsigned char DLL_type; unsigned char DLL_lenght; unsigned char DLL_data_begin; } DLL_struct; unsigned char xdata FskRxBuf[MAX_SIZE_BUFFER]; ...
  • PPP Error - LCP messages - unsupported protocol
    Hello, I am facing a problem with PPP. I am using PPP (RL-ARM with TCPnet) to connect via GPRS modem. Sometimes, I do get connected but, many times the following messages appear: PPP ERR: LCP...
  • CAN protocol not working
    I have written CAN driver program for LPC1768 microcontroller. One is working code and based on that another driver program i have written. But the problem is first driver program is working fine but...
  • CAN PROTOCOL WITH STM32F107
    Hi all.Excuse me for my english.I writed a project for the protocol can with STM32F107VC I saw the example and modified it. For the Transmission in Loop Back mode, the project is ok For the RX...