Hi, i am writing a bootloader. Using Keil uVision i want to put bootloader starting from begining - adress 0x100000 . I want this bootloader to put any program begining from 0x105000. I want to know what to do with exception vectors? For example i am wondering if i can put them at adress 0x105000, where programm starts or should i put it in ram or is there any other conception? thanks in advance