• ARM, help loading an address to a register
    I have this code AREA datos, DATA, READWRITE long EQU 7*4 serie DCD 1, 2, 4, 6, 8, 7, 9 resul DCB 0 AREA prog, CODE, READONLY ENTRY mov r0, #0 eor r1, r1, r1 ;result variable ldr r2, =serie...
  • Data in not getting loaded for SPDR register
    void main() { SPCR =0xD8; //Enabling SPI int,setting clock EA=1; ES0=1; SPDR=0xFF; //SPI data register while(1); } unsigned char bdata test; sbit SPIF=test^7; void sr_intr() interrupt 4 { test...
  • Issues with loading to neon registers above q7
    Note: This was originally posted on 29th June 2010 at http://forums.arm.com Have you seen any issues with vld and registers q8-15? For some reason, doing a load to registers below q8 work fine, but above...
  • Loading soc_system Peripheral Register descriptions into DS-5 ?
    Hi, I have just before Christmas purchased a DE0-Nano-SoC, which seems very versatile and I would like to look at and debug the custom peripheral registers using DS-5 Community Edition 27.1 I am starting...
  • loading PLL control register - Default value
    Hi i'm using UV3 for Infineon XC164CS-DAvE project.i'm facing a problem while debugging the DAvE generated files. During the dubugging, PLL Control register is added with default value..but while the...