• Inconsistency between the armv7-m document and physical board (B instruction, Thumb mode)
    Hello, I found the arm assembler always does an extra `plus 4` when calculating the label of instruction B. (support-board: nrf52840dk, architecture; Cortex-M ), but the armv7-M document (ARM DDI 0403E...
  • MISRA inconsistency
    evidently MIrA does not allow if (bool_something == true) but doee not allow if (int_comething) am I confoosed between the various versions, trying to use 2012
  • MISRA inconsistency
    evidently MIrA does not allow if (bool_something == true) but doee not allow if (int_comething) am I confoosed between the various versions, trying to use 2012
  • How to control disassembly mode in uVision IDE ?
    Hi, How can I force the disassembly mode in uVision ? e.g. If the code I'm currently looking at is in THUMB mode, but I want to look at code at another address (which I know is in ARM mode),...
  • How to control disassembly mode in uVision IDE ?
    Hi, How can I force the disassembly mode in uVision ? e.g. If the code I'm currently looking at is in THUMB mode, but I want to look at code at another address (which I know is in ARM mode),...