• Beginners Question
    Hi, I have a samll problem with my MCB2360. I'm pretty new to this, so my question should be very easy to answer. All I wanted to do was to flash my LEDs on the Board. I read the User Manual from...
  • beginner's questions
    I just start to develop LPC 1768 application using Keil uVision4.21. I have some questions which I can not find the answer from my document / web search: 1. Where to find a list of Compiler and Linker...
  • Simple Question
    What does the following mean? #pragma src #prgma OT (8) Thanks
  • [Cortex-A8] beginner lost with simple floats
    Note: This was originally posted on 25th June 2012 at http://forums.arm.com can anyone please explain to a beginner why a simple program (below) apparently corrupts the Locals (as seen in IDE, image below...
  • beginner's question to SSC0
    hi, I try to get the SSC0 on the MCB-XC167NET working. I initialize with the following instructions: SSC0_CON_EN = 0; SSC0_BR = CPU_FREQ / (2 * SSC0_BAUDRATE) - 1; ALTSEL0P3_P8 =...