• Replay to Are you sure that this is the best (or even a good) way to proceed?
    Data logger is a very big project, every day it has to log 1lak packets. For this memory managemet is the big issue for us. so we are accessing the EXTERNAL memories also (SDRAMs). we have variuos modules...
  • is there a way to "unoverlay"
    e.g. see watch1 and watch2 at the same time
  • Keil Tools
    What are the Tools available from keil for ARM Architectures.i have worked with keil uc .. i what know about other tools.what is keil MDK and RVDS..please anybody reply with difference between the tools...
  • 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...
  • malloc/free is there a way ....
    malloc/free is there a way to see if all match? I am exposed to this project where malloc is liberally spread all over the place and wonder if memory get freed up in all cases. I would hate to see...