• Source browser in MDK 5.24
    Contrary to Keil's promises I have found the old Source Browser in the new release of tool chain. Does anyone see the new Source Browser? Does
  • ADC0808 output is not stable
    Dear All, following is the code is not working..can any please guide me where is the problem.. #include<reg51.h> sbit ale=P1^0; //address latch enable sbit oe=P1^3; //output enable sbit sc=P1^1;...
  • Debugger/OS support in uVision 5.24 requires Keil version of RTOS?
    Hello, I have a STM32 project generated with STM CubeMX, it includes freeRTOS. It builds and runs correctly. The problem is that System and Trhead viewer in the debug menu will not show any freeRTOS...
  • Keil 5.24 + AT45DB642D. Why so hard?
    Hi everyone! . I try to use EFS(Embedde File System) with Keil 5.24 for AT45DB642D. I read manual www.keil.com/.../fs_create_app.html And config my project as described. For SPI flash. Initial...
  • Return from a function is not stable! - C51
    Dear All, In the below program, main function calls "yaz" function 10 times. it works fine without any problem with the global variable definition marked as " bold " "unsigned char i" altough it...