• Setting up uvision4 debugger with Cortex-M1 on Altera Cyclone III
    Note: This was originally posted on 21st June 2011 at http://forums.arm.com I am trying to setup the uvision4 debugger to communicate with Cortex M1 on Altera Cyclone III through the USB JTAG interface...
  • Cyclone TCP Spi problem
    I want use enc28j60+stm32. I enable it and compile done. how can config my spi to cycloneTcp?
  • Somebody programmed ARM for Cyclone V SoC?
    Hello. I study ARM in Altera Cyclone V SoC. I use Eclipse for DS-5. But I don't to start example.  Somebody programmed ARM for Cyclone V SoC in Eclipse DS-5?
  • Partial Linking in ARM linker
    Hello, Can anyone explain what is partial linking and how it works? How it is different from other type of linking methods in ARM? Thanks in advance.
  • Is it possible to partially initialize a struct?
    Hi, my question is to ask whether or not it is possible to partially initialize a struct in C language with Keil C166 compiler. According to C syntax [1], it should be possible to do things like...