• After RESET
    In one of my projects where I use 89v51rd2 microcontroller, I connect one O/P pin to Electric AC bell through relay. My problem is when reset during switch ON, my O/P pin goes high and come down thus...
  • Maintain breakpoints after reset?
    Hello, I'm new to ARM Development Studio. I'm working with U-boot and trying to set a breakpoint that survives a reset. However, it seems that my breakpoints are never triggered after reset. I'm...
  • Ram clear after reset
    Hello, I am working on a project based on STM32F103VC microcontroller. I tried to find any resource/discussion/application note on clearing of internal SRAM after reset (i.e. initialization of SRAM...
  • Not storing the data from SBUF
    Hi MCU is recieving the data from other MCU& i am unable to store the data using SBUF..so pls help me.. only the last byte is receiving again & again... thanks here my source code p = 0;...
  • how to store data
    Hi, I am using keil C compiler using AT89S8252 as target device. I am good at assembly but a beginer for C language. Using C language, I need to know how do we store and retrive the data in code and...