• Entering and viewing binary numbers
    Using: uVision 5 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil\uVision5\ARM\ARMCC\Bin' I'm trying to make a variable equal to a binary number, something like: unsigned char...
  • Entering data into SPIDAT register
    I am trying to debug some simple code to read and write to the SPI port on an ADuC831. I can setup the port just fine and send data out. However, is there a way for me to "read in" a value into the...
  • Coding a binary data
    Hello, I just want to code a binary data in C. I mean hera representation is "0x5F", the decimal representation is simply "156" but what is the decimal representation. I tried 0b010010101 but it...
  • how to enter into debug state?
    Hi, I am working on LPC2368. we have constructed our own debugger having parallel port provision on that. I have taken the reference from, www.techtoys.com.hk/.../ARM_JTAG_DIY_Schematic_RevA...
  • How to enter Secure mode
    Note: This was originally posted on 29th July 2011 at http://forums.arm.com Hi all, I want to use TCM in ARM1176ZJF-S core. It will be accessed in Non-secure world (cause I don't use TrustZone) but by...