This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

supervisor mode

Hello,

is it quite normal, that a arm9 microcontroller starts in the supervisor mode? How could I changed the mode into user mode? Or is it better to work in the supervisor mode?

I've only the startup file and a short main.c file

#include <stdio.h>

int main(void)
 {

 while(1);

}

In the startup file I only can see that every mode will be initialized.

best regards
tobi

Parents
  • I only want to install huge arrays in the external RAM and small variables in the internal RAM - how is that possible to configure that?

    The linker is responsible for placing code and variables into the available memory space. The linker documentation describes how to make the linker place certain objects/files at certain positions in memory.

Reply
  • I only want to install huge arrays in the external RAM and small variables in the internal RAM - how is that possible to configure that?

    The linker is responsible for placing code and variables into the available memory space. The linker documentation describes how to make the linker place certain objects/files at certain positions in memory.

Children
  • <quote>The linker is responsible for placing code and variables into the available memory space. The linker documentation describes how to make the linker place certain objects/files at certain positions in memory.<nedquote>

    how doe swhen the linker run the code into the prosesser and the program in the chip? does it do the on lerft with describes how to make the linker place certain objec in superviso mode in 2007! can the keilpiler sound the error?