• Loss of JTAG usage during debugging.....
    Hello, I am encountering an issue which is becoming tedious when I am using the Keil IDE (v5) to perform debugging my application. I am using the Keil IDE v5 environment. The target processor...
  • Loss of JTAG usage during debugging.....
    Hello, I am encountering an issue which is becoming tedious when I am using the Keil IDE (v5) to perform debugging my application. I am using the Keil IDE v5 environment. The target processor...
  • Cannot change Variables during debug session
    Hi, I'm using Keil µVision 5.24.2 with a Segger JLink and STM32F468IG MCU. In my SPI Module I have a SPI Data Struct which has some Flags (uint8_t). For some debugging I want to change the Variable...
  • Cannot change Variables during debug session
    Hi, I'm using Keil µVision 5.24.2 with a Segger JLink and STM32F468IG MCU. In my SPI Module I have a SPI Data Struct which has some Flags (uint8_t). For some debugging I want to change the Variable...
  • Const data changes during program execution
    hi, (lpc1317-64P) during execution of my code const data changes. I don't know how. I have used const uint8_t *p[] = { "", "abcd", }; I have checked by adding the array in watch. At one point...