• problem reading registers of xmc4500
    Hi, My Name is Nabeel. I'm working on xmc4500 but could not find any helpful book with examples on xmc4500 other than reference manual of that controller. Can any one post link to download book are...
  • Read/Write from register
    hi I am trying to implement a filter on my Cortex m-0 based FPGA the main idea of this project is to create an accelerator from my C code to reduce the execution time ..and since my accelerator was...
  • Reading Individual Registers?
    Howdy -- I'm starting with Cortex M processors, but I have lots of experience with 8bit MCUs. I have been working on learning the STMicro PAL headers. One thing, coming from an 8051, is that...
  • reading a register to clear it
    Sometimes in cortex M3 there are registers which get cleared on reading. like some of int registers. Now if use uint32_t dummy = read_register(); then if will clear the register but compiler...
  • ARM assembler register read
    Note: This was originally posted on 11th September 2010 at http://forums.arm.com Hello All, I need a quick example of how to place a value from a hardware register (0x70001234 for example) into a register...