• Access to register
    Hi all, i need a help to move my first pass into this world of programming. I use a Cortex-M0 and my question is: how can I access to register R0-R12.. in language C? it's possible? I would save a...
  • Access to register
    I'm using the soft-core Cortex-M0,keil uvision 5,vivado 14.4 i interfaced an accelerator with my arm architecture, when i do this,in vivado simulator , the HWDATA=129! , why? void kalman(int a);...
  • access to the register
    I'm using the soft-core Cortex-M0,keil uvision 5,vivado 14.4 i interfaced an accelerator with my arm architecture, when i do this ,everything was alright in the vivado simulator volatile signed...
  • cannot access arm debug register
    we want to debug our program through ethernet(RJ45), but here are some problems 1, Does cortex-m debug register(FP_CTRL, FP_COMP0) only be accessible through the Debug Access Port (DAP) interface...
  • accessing registers
    how can i obtain the current values of registers like accumulator,B,stack pointer,PSW,DPTR,etc in C?? i am currently working on a trainer/development kit for 8051..One of the commands to be executed...