• Is there a better way to solve this requirement
    I have a different objects, like this: typedef struct { int32_t info ; } item1_properties_t ; and typedef struct { int32_t info ; } item2_properties_t ; the objects are held in containers...
  • RE: Is there a better way to solve this requirement
    Isn't this meant to be Keil/ARM forum? It seems to be turning into a 'C' programmers forum. There are plenty of these on the Web so why not go to one of these and keep this forum for what it's intended...
  • SUGGESTION
    Hi all i would like to suggest that new sections will be added to this great forum The sections willbe similar to the sections in ARDUINO.COM forum more or less . I hope that the relevant...
  • Which Basic compiler do you suggest me?
    Hi guys Which basic compiler is better with considering the specification below: 1-Shall be have Minimum Bug 2-Optimized code size and run faster than other 3-Better commands and more libery...
  • better way to include assembly function in c file
    i have big routine of division of 32/32 bit in assembly can we call as inline assembly or better to have separate assembly module pls send some example to use assembly routine in c file