• 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.
  • AT91SAM7X128 don't run after reset
    Hello, I have a problem with SAM7X128, I've made a simple program and it works fine (blinks LEDs...) but only as long as I don't switch the power off. After I reset the MCU by power down, it does nothing...
  • 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...
  • not know how to run from new execute address
    Hi, I have one question about Cortexm3 from smartfusion device from actel. Could you pls help me? from <keil uvision and actel smartfuison>, I know how to implement Flash target and RAM target...
  • 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] =...