• uint32_t undefined
    uVision puzzles me a fair bit. In my project I have declared instances of TIM_TimeBaseInitTypeDef, RCC_ClocksTypeDef, I2S_InitTypeDef without any problems. Now I'm trying to declare an instance...
  • uV2 debugger - error 35: undefined line number
    I'm writing code for the Cypress EZ-USB. I've stuck with the file structure that Cypress uses in their examples, FW.C (frameworks) and periph.c (my device code). I'm relatively unfamiliar with the tools...
  • displaying variables in the debugger
    Hello, I must check one variable in the debugger. Te variable's type is unsigned char[20] . I wonder if it's possible to display the variable's values all followed (I mean: the values all followed...
  • Problem on debugger with extern variable
    Hello everybody, I have a problem with a global variable. This variable is declared as extern. It is reset to 0 automatically inside the Keil µVisionb 4 debugger when used in a function written in...
  • Identifier "class" is undefined
    Hi everyone! I am using MDK-ARM Lite Edition / uVision V5.22.0.0 and i am developing for a STM32F446 microcontroller. I have a project consisting of *.c and *.h files that can be compiled without any...