• Functions window is empty
    Hi guys, I created a new project in Keil 5.1.7 with CMSIS pack, but the Functions window was empty. Is there any one knows how to resolve the issue?
  • main( ) function
    I want to know something regarding main function. For an application, the syntax for main function is something like: void main(void) { // ... // code // ... } but if we write as: int main(void...
  • main function ?
    why in Keil compiler we define the main as int rather that void ? int main (void) rather than .... void main (void) ,like in C51
  • Problem running simple empty function in STM32F407
    Hello, i have bought STM32F4DISCOVERY STM32F4 STM32F407 MCU, i have installed keil and imported keil files and libraries by some video manual. but when i try to compile it i get a ton of errors shown...