• problem with "bool" type
    Hello, I have used an example project as a base for my project(SysTick for STM32Discovery). I wrote some additional code using some variable of boolean type. Compiler doesnt show any errors in this...
  • problem with "bool" type
    Hello, I have used an example project as a base for my project(SysTick for STM32Discovery). I wrote some additional code using some variable of boolean type. Compiler doesnt show any errors in this...
  • What is the advantage of uint8_t over char or bool?
    I have to migrate some C++ functions into a µVision project and usually you use uint8_t instead of char and bool. Is there any downside to using bool? I mean including the bool.h will not make the code...
  • What is the advantage of uint8_t over char or bool?
    I have to migrate some C++ functions into a µVision project and usually you use uint8_t instead of char and bool. Is there any downside to using bool? I mean including the bool.h will not make the code...
  • Keil uVision 5 can not find Defintion of a Function
    Hello The programm I have is all fine, the compiler can compile it and the linker link it. But there is one c-file which the keil u vision 5 IDE can not handle correctly somehow. If I hover over...