• Global Class Decleration
    Hi, I am using uVision4 for LPC3250. I declare my class in my header file and define its functions in the corresponding cpp file. My question is this, how can I reach the object of this class...
  • CMSIS RTOS related several issue
    Hello everyone, from KEIL 5.10, I see a lot of new things and very excite to use CMSIS-RTOS on my STM32F4 board, compare to RTX, CMSIS-RTOS with RTX implementation really bring flexible development....
  • Related to robotics
    Sir,i am a BE 7th sem student, my project is "REMOTE CONTROLLED VEHICLE WITH IMAGE TRANSMISSION & METAL DETECTION" i need ur help. Can u please give me codes to run the vehicle using 8051 microcontroller...
  • Related to IDE
    If I implement a 1 ms software delay in one version of keil, does it change in another version? Is there any chance of change? Or can I use same delay function?
  • a global variable is altered by non related functions
    Hi, There is a strange behavior in my project. I declare a global variable SwitchToBtFlag in project.h #ifdef _project_c_ #define AUTOEXT #else #define AUTOEXT extern #endif, AUTOEXT volatile...