• Trying to generate nano seconds delay in LPC1768
    We are trying to develop the nano seconds delay but ended up with 1 us delay minimum. init_timer() { LPC_SC->PCONP |= (1<<SBIT_TIMER0) | (1<<SBIT_TIMER1); /* Power ON Timer0,1 */ LPC_TIM0->MCR...
  • New SoC Bring up in DS-5
    I have seen this link " DS-5 Development Studio | SoC Bring-Up Using the Platform Configuration Editor PCE – ARM Developer "  for new SoC Bring up in DS-5 was using DSTREAM. Can I use RealView ICE instead...
  • Problem in Creating Nano Secs Delay using 1768 in ISP mode
    Hi, i am trying to create Nano secds delay, but i got delay in micro secds so, plz help me ... my timer configurations are...... void Timer_Init() { LPC_SC->PCONP = (1<<1); LPC_TIM0->TCR |...
  • Hello World error - "Simulation code-translation cache failed to gain DMI"
    Hi, I started using Development Studio. I created a Hello World, and compiled it. Than I created a launch configuration, just very simple per this tutorial: https://developer.arm.com/tools-and-software...
  • ERROR(TAD1-NAL90)
    What does this error mean? I get this error when I try to step through the code specifically after entering secure world from Non secure EL. ERROR(TAD1-NAL90) !Unable to read from register SP !An...