• Error: Cannot access target
    When debugging STM32L152VD using ST-LINK V2 in Keil. when the program reached the below lines this error appear: "Cannot access target Shutting down debug session." GPIOA->MODER = 0xFFFFFFFF; ...
  • 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 access target, shutting down debug session
    Hi Im Bagus, I have trouble with debug session, i can't debug with simple blink code, Before im using simple blink code , i try dht11 with i2c lcd program but it was same with error "Cannot access...
  • 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;...
  • Cannot access global Variable
    Hallo, in the module with "main()" I declare a global variable of typ: param_konfiguration (structure) param_konfiguration xdata p_konfiguration; In an other file I try to access this structure...