• nor flash device - boot at startup
    Hi, I want to use a nor flash device to boot at startup (using the controller AT91SAM9260). But there are different kinds of flash devices and I'm not sure if it's possible to do that. I tested...
  • BOOT LOADER HELP
    hello, I am a student in Cairo university in Egypt, in our department they gave me a project to develop a simple boot loader with a very simple kernel and I don't know where can I start from ? can...
  • boot, applicative program and interrupts
    Here is my configuration address: Boot program (EPROM) 0000-3FFF Application (RAM) 4000-FFFF Interrupt vectors are from 0000 to 007B, i.e. fixed in EPROM. My boot program doesn't used any interrupt...
  • PLL configure startup code
    Hi, I'm using Cortex-M4 TM4C129XNCZAD I noticed that in the technical support/configure startup code, you have the option to modify the PLL multiplier and the PLL divider values. My configuration...
  • Regarding startup file
    Hello, I written simple c program mention below by selecting the lpc2148 chip but not include its startup file in the project. when i run it will go in infinite loop. I also put the break point but i...