• May be offtopic, but ...
    Does anybody know in what protocol home security central panel (eg. Paradox Esprit)communicates with keypad ? On my scope I see continious CLK w/o any changes and on DATA I see some signals which are...
  • Setting SYSCON register before EINIT.
    Hello, I am trying to initialise the CAN interface on a C164 - I need to set the XPEN bit, and clear the CAN1DIS bit in the SYSCON register. However, I am using C, and thus C_STARTUP_CODE is loaded...
  • May functions return an union?
    Is it possible for a function to return a union? Storing data in the Flash/EEData memory of the ADuC845, is done through operating some SFR registers and page write. I would like to read and write...
  • What may be the possible problem!!!
    Hello all, i wrote one routine for 16X2 LCD in c. In the void main(), there is fuction call to initialize LCD, then after that, function call to selecting the DRRAM to postion the character to be displayed...
  • declaration may not appear after executable statement in block
    Hello, I was tryning to use MDK-ARM 5 I find some difficulties in its configuration. This code is basically used to turn on the led that is connected to the pin 12 of the port D on the STM32F407VG....