• Can you suggest a better way?
    Hello, This is not a Keil related question - but either way I was hoping to hear some refreshing ideas... I have a simple data structure, like this: typedef struct { int32s id ; int32s offset...
  • Can you suggest a better way?
    Hello, This is not a Keil related question - but either way I was hoping to hear some refreshing ideas... I have a simple data structure, like this: typedef struct { int32s id ; int32s offset...
  • What is better as mutex on Cortex-M4 - Bitband or LDREX/STREX
    The two options are available. What is the difference in respect of "cost" "speed" and "complexity" for the two method? When we need more than few mutexs like that, say 100, is the answer different?
  • What is better as mutex on Cortex-M4 - Bitband or LDREX/STREX
    The two options are available. What is the difference in respect of "cost" "speed" and "complexity" for the two method? When we need more than few mutexs like that, say 100, is the answer different?
  • Writing a better code in better format
    Hi guys I am a new learner in this field; I am working on STR912x; I am using the following code for sending a string which have saved in memory memset(sign_packet_data, 0, 0xFF); sign_packet_data...