• DON'T KNOW HOW TO RUN A PROGRAM
    I'M USING PK51-EVAL. I COMPILED A PROGRAM BUT I DIDN'T KNOW HOW TO RUN IT. CAN YOU HELP ME? THANK A LOT
  • i don't know what to write here
    Sir i want to know, how to interface RF module to 89V51 through HT12E & HT12D. If possible please suggest me the code & RF module no.
  • I don't know how to configure the clock and the GPIO with CMSIS for cortex-M3
    Hi all, I'm new and I'm doing a project to manage some ports in digital and ADC way but let me start for the basics. I have the cortex-M3 stm32f103c6 microcontroller and I'm trying to create a project...
  • Cortex-M0] I don't know why this is hard fault.
    my simple code is ... -------------------------------------------------------------- unsigned char flag[3] = {0,}; unsigned char abc, sdf, def ; void main (void) { while(1) { //if( flag[0] =...
  • while loop and ISR routine
    Hello all, I am using 8051 controller with UART working. I am generating interrupt for UART RX. in main() I am sending one string to hyperterminal through UART TX and I can see it on Hyperterminal...