• Some questions about the LPC810
    Hi the experts, I'm not sure but i think that chip can realy help myself in my actual projet. i wanna get  precisions about this chip. In the technical datasheet i can read this : ARM Cortex M0+ with...
  • Some questions about the LPC810
    Hi the experts, I'm not sure but i think that chip can realy help myself in my actual projet. i wanna get  precisions about this chip. In the technical datasheet i can read this : ARM Cortex M0+ with...
  • couldn't write anything to one register
    What could be the problem if I'm not able to write this value to this register? *AT91C_EMAC_TCR = 0x30; If I take a look in the memory window I don't see this value in this register... assembly...
  • couldn't write anything to one register
    What could be the problem if I'm not able to write this value to this register? *AT91C_EMAC_TCR = 0x30; If I take a look in the memory window I don't see this value in this register... assembly...
  • read two input via usart without losing anything
    Hello In my project I should read two usart input ports without losing my input data.Each input should gets a string's length of 120 each 10ms.How can I handle both of them? I think I can do with...