• Problem in problem burning
    Hello everyone, I have purchased LPC2478 development board from EMBEDDED ARTISTS. I want to know how to program the controller. My basic questions are 1. Which method to be used? (USB/SERIAL...
  • FMC problem
    Hello Every one, I am starting a new project and I am using the FMC peripheral in order to communicate with a LCD TFT. I have configured the pins in the STM32cube mx ,and checked on my board the...
  • Simulation Problem
    All: I have been working on projects using both the MCB2300 board (using NXP LPC2378 ARM7) and the MCBSTR9 (using the ST STR912 ARM9) Example code seems to run okay on the board(s), but when...
  • system_LPC13xx.c problem
    I see this code lines in system_LPC13xx.c for clock update: LPC_SYSCON->SYSPLLCLKUEN = 0x01; /* Update Clock Source */ LPC_SYSCON->SYSPLLCLKUEN = 0x00; /* Toggle Update Register */ LPC_SYSCON-...
  • AIC problem
    I use at91 sam7x256 board. i am new to arm. i see an example for USB CDC example for iar. it uses usart interrupt via aic. in iar everything is okay this program works as usb to serial , and both...