> >at the very start of Nut/OS, when compiled for debugging, I'm getting >2 MEMCORR messages - is that normal? Yes, this is normal. This happens when adding the two initial memory blocks to the heap. NutHeapFree detects, that these never had been allocated. Harald