• cannot read/store my SBUF value received
    Sir, I am having trouble in saving the data received from the rxd of 89c52. when i debug the program and i checked the values and changed the SBUF value and on further checking the values of the temp...
  • code doesnt execute properly
    I have seembled an asembly program and linked its .obj file to the .obj of compild c source file through command line . This assembly function is called from a c source code,but I face a problem that...
  • C51.EXE doesnt execute ??!!
    I have C51 v5.5 installed on notebook and WIN-ME. Compiler works without any problems since yesterday. When I write C51.EXE in command line nothing happend. example: C:\>C51.EXE <cr> C:\> Cursor...
  • Problem with Transfering SBUF value
    Hi i m finding a problem in moving SBUF value to someother variable . My Code is serial () interrupt 4 { unsigned int ch[2]; static int i=0; if (RI) { if (i<2) { ch[i]=SBUF; i=i+1; } if...
  • Code doesnt run after 'write flash' stm32f4
    I have a strange situation, code works fine in st link debugger mode. But when i press f8 which means write code to flash, and reset the device - seems like code not running. i use stm32f407 discovery...