• Anyone noticing their Target Options being corrupted?
    Several times the Programming Algorithm has vanished. I am not sure why. Also, at least once I have found that the Port setting has been set to "JTAG" instead of "SW" (it always was set to SW) and...
  • Anyone noticing their Target Options being corrupted?
    Several times the Programming Algorithm has vanished. I am not sure why. Also, at least once I have found that the Port setting has been set to "JTAG" instead of "SW" (it always was set to SW) and...
  • Should I really increase OS_MUTEXCNT to exit forever loop?
    Filename: RTX_lib.c static U32 nr_mutex; int _mutex_initialize (OS_ID *mutex) { /* Allocate and initialize a system mutex. */ if (nr_mutex >= OS_MUTEXCNT) { /* If you are here, you need to...
  • Should I really increase OS_MUTEXCNT to exit forever loop?
    Filename: RTX_lib.c static U32 nr_mutex; int _mutex_initialize (OS_ID *mutex) { /* Allocate and initialize a system mutex. */ if (nr_mutex >= OS_MUTEXCNT) { /* If you are here, you need to...
  • Cortex-M3: Are "Errata Notice" and "Software developers Errata Notice" the same?
    Im wondering if these documents are different types: 1. Errat Notice, PR141-PRDC-007452, v9.0, 2008 2. Software developers Errata Notice, ARM-EPM-039114, v2.0, 2014 From my point of view, these documents...