• in my arm program,why the program can't execute the instruction ldr pc,=main ,my program can't go into the main function,but goback to execue bl init_sdram
    //head.S .global _start .text _start: ldr sp,=4095 bl  init_sdram       bl  read_nand_to_sdram ldr sp,=0x34000000 ldr lr,=loop ldr pc,=main loop: b loop //init.c #include "lcd.h" void init_sdram(void...
  • Startup file uvision v5.26
    I got a project folder for STM32f3 Discovery board (I dont know in which IDE is written), the folder consists of the following subfolders (CMSIS, FreeRTOS, Inc, Src, STM32F30x_StdPeriph_Driver). I can...
  • Problem with USB and KEIL startup file
    Hi, I took the USB-CDC-example from the AT91SAM9260 software package from Atmel and it works fine, as it is. But when I exchange the startup file by the one, delivered with µVision and change the...
  • Issues linking the startup file in a precompiled .lib
    Background On our company, we precompile our platform library into a .lib and provide these library to other developers. Till the day, we've used the default startup provided in the Standard Peripheral...
  • Problem with feature "Configuration Wizard"
    According with uVision User's Guide http://www.keil.com/support/man/docs/uv4/uv4_ut_configwizard.htm#/ConfigAnnot In the "The table lists the Configuration Wizard annotations:" says that Configuration...