[En-Nut-Discussion] .bss was Stuck !! Fixed (bug in NutOS)

Harald Kipp harald.kipp at egnite.de
Fri Apr 2 13:01:30 CEST 2004


May be you should name the version you are refering to.

Nut/OS 3.4.2
#ifdef __GNUC__
static void NutInitXRAM(void) __attribute__ ((naked, section(".init1"), used));
void NutInitXRAM(void)
{
     /* At the very beginning enable extended memory interface.
      */
     MCUCR = _BV(SRE) | _BV(SRW);
}
#endif

The same is part of the current CVS. It has been added
by Oliver Schulz on the 5th Dec. 2003.

Harald




More information about the En-Nut-Discussion mailing list