• Cortex-M0--Simple APB peripheral Design (LED)
    Hello Guys, I connected the peripheral (LED) with cortex-M0 processor and APB BUS using CMSDK in FPGA of the spartan 6 family. I used the AHB-APB bridge to connect it to the processor. I am attaching...
  • DesignStart Pro: APB on FPGA via Quartus Prime
    Hello, I try to implement the Cortex-M3 processor on an FPGA via Quartus Prime. I set up the SSE050 Subsystem and tried to connect several peripherals to the board. I want to test the functionality...
  • Programming ARMv8 memory mapped registers
    How can ARMv8 memory mapped registers ( ex : EDITCTRL ) be programmed in assembly ?
  • how can i design APB to AHB bridge ??
    i want to design a bridge between APB  and AHB in verilog my design consists of : 1. control clock unit (ccu)   // using APB 2. my DUT contains registers module & functional module  // using AHB 3. tow...
  • How many clock cycles does a"for" loop take?
    Hello, I work with cortex M3-Microcontroller (LPC1768) and I want to know how much clock has a loop (for) for(i=0;i<1;i++); Thanks