• LPC2364 and Teridian's 78Q2133 MicroPHY
    Are this devices compatible? May be some specific thing should be done to make them work together? I have a problem, that my program which sends some data via ethernet works correctly on the Keil...
  • PHY driver for Teridian 78Q2133
    Hi, is there someone having a driver for the Teridian 78Q2133 ethernet PHY? I adapted the example out of the AT91SAM9260 software package from Atmel to wotk with this PHY, but the auto negotiation...
  • Malloc
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
  • Demo Code for Teridian/Maxim 71M6541 wanted
    Hi all! User guides for Teridian energy meters often refer to so-called Demo Code, contain detailed analyze of it and even advise to take it as base for user's own products. But, I can't find Demo Code...
  • Malloc
    I'm using the MCBx51 V2.1 prototype Board with the Keil uVision2 software, but I have some problems with memory allocation. This is the code that i had typed. p = malloc (1000); if (p == NULL...