• filling SRAM before startup
    Hi all, I am using the STR710 MCU from ST-microelectronics. To catch undefined program counter jumps to the SRAM I want to fill my hole SRAM with 0xFFFFFFFF(undefined instruction) before my C-program...
  • Where are the GNU startup files?
    Hi, I downloaded the evaluation version of Keil uVision, plus the GNU toolchain linked on the same page (old 3.3.1 version) and the latest one from CodeSourcery, and installed all of these products...
  • 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...
  • startup code 80c537
    is there a file that i can include with the startupcode in C for a 80c537 or how should it be written. I also need to initialise SPI.
  • Startup code for TivaC microcontroller
    I opened a startup code (startup_tm4c123.s).. i didn't find any code about coping the initialized variables from ROM to RAM. How can Keil copy them at start ?