• 89LPC932 Reset Pin
    Hi, I want to use the reset pin on the LPC932. This pin (P1^5) will reset the micro after bringing it low. My question is about the procedure. 1. I write a 1 (high) to this pin (reset). 2. Then I put...
  • 89LPC932 Reset Pin
    Hi, I want to use the reset pin on the LPC932. This pin (P1^5) will reset the micro after bringing it low. My question is about the procedure. 1. I write a 1 (high) to this pin (reset). 2. Then I put...
  • problem with example problem UART output
    From keil code examples C:\ADuC_Beta702x\Code\Keil Code Examples\UART\UART1 #include <ADuC7026.h> extern int write (int file, char * ptr, int len); // Functions used to extern int getchar (void...
  • problem with example problem UART output
    From keil code examples C:\ADuC_Beta702x\Code\Keil Code Examples\UART\UART1 #include <ADuC7026.h> extern int write (int file, char * ptr, int len); // Functions used to extern int getchar (void...
  • problem with combining MicroLib with FlashFs
    Hello all, I want to use SD-Card with FAT-32, so I should use FlashFs. But when I use it, it consume so much "ZI-data". Also I want to use UDP Socket. On the other hand when I use FlashFs, I can not...