• DON'T KNOW HOW TO RUN A PROGRAM
    I'M USING PK51-EVAL. I COMPILED A PROGRAM BUT I DIDN'T KNOW HOW TO RUN IT. CAN YOU HELP ME? THANK A LOT
  • Start execution from absolute address
    Hello, on my two Infineon boards (one equipped with an XC161 and the other with an XC167) I am not able to use the built-in CAN bootstrap loader mechanism, therefore I am writing a C program dedicated...
  • How to know assembler variable address in C
    Hi all, I have a problem on the STR711 and ST Library to read in C an address of the T0TIMI_Addr DD written in assembler. See below example: asm file start----------------- // Peripherals IRQ...
  • Download and Execution of New Projects
    Gentlemen (Ladies): I recently bought a Keil MCB-STR9 board equipped with the ST Microelectronics ARM STR912FW44 processor. The board is version 3. The example project that ships with the board...
  • Starting execution from an address, AppEntry() function
    Hi, My boot code is booted from the SPI flash and it copies the application code to the 0x80000000 address, where the SDRAM starts. The NAND and NOR bootloader codes written by KEIL has an AppEntry...