• event flags on LPC23xx
    hi, i'am using rl-r tx and i have to synchronize four tasks. I read that i can use the event flags, where can find more specifications about this??? Is there a table that explain the mean of each...
  • strange interrupt behaviour
    Hopefully someone can give me a tip. I'm completely lost on what's happening. I have the following problem. Using a 87C51RC processor I'm using 2 timers with interrupt, Serial comm with interrupt and...
  • Strange behaviour strstr() function
    Hi, I use RealView MDK-ARM 3.15b. When I call tge strstr function to search a substring in a larger string it always return NULL. This is my code char* ptr; char str1[80] ; char str2[80];...
  • Strange behaviour FLASH FS
    Hello! We use KEIL 4.53 and FLASH FS library. When i write next code in my function, after compile and start debug session i can't goto main(); FILE *fd; fd = fopen ("S:\\1.dat","w"); But...
  • RTC strange behaviour
    Hi! I had inicialize RTC and it's work fine. Than I tested some other example and then I flash again first program with RTC and didn't work. I'm using MCB2300 with LPC2378. My inicialization...