• pointer in gap memory
    Hello everybody, First of all, sorry for my english langugae because it is not my origin language. So, i would like to know, how to define a pointer to point in gap memory in xdata. Look this...
  • Target cannot be built
    When I try to build a target (Target1) the following appears in the build window Build target 'Target 1' linking... and nothing happens afterwards. Most of the menu items are greyed out. I cannot...
  • Cannot debug project because of Cannot access target error
    Dear Sirs and Madams! I am having problems debuging following code: void ueInitLCD(void) { // Initialization structures I2C_InitTypeDef ueI2C_NCP5623_InitStructure; SPI_InitTypeDef ueSPI_DOGM128_InitStruct;...
  • Pushing a memory address.
    Hello, Is it possible to PUSH a specific memory address like : #pragma asm PUSH 0x10; #pragma endasm Is this valid code? thanks and warm regards, Sundeep
  • ARMASM - leaving an empty gap at fixed memory addr
    I am writing a C program that will be loaded into flash memory while the target device is already running; in other words, this C program is NOT run immediately out of reset. I need to modify the...