• ? About listings and Structures
    Gang, I am working with the TI TAS1020 which is an Audio USB device. The code is stored on an EEPROM and download at boot time. USB uses Enumeration tables to detemine what the device can do...
  • Module Information in CARM Listing Files
    Hello, I have a question concerning the contents of the LST files for the CARM compiler (version 2.4.2). There is a section at the end of these files named Module Information that one would expect...
  • Information store in "cb_type" field of *P_TCB structure
    Dear Developers Please inform me which information is stored in "cb_type" field of structure "*P_TCB" in rt_TypeDef.h file. Moreover , do we need to change its content in case we raise the privilige...
  • Not enough information to list image symbols. Error:L6236E
    Hello All, I want to start to improve my self on arm architecture for the embedded systems. I just download and try to execute my first program. And every time I face with this issue. And I couldn't...
  • Does C51 support 'Link List' data structure?
    Dear Expert, I have a simple C program with 'linklist' data structure processing as below. ////////////////////////////////////// #include <stdio.h> #include <stdlib.h> typedef struct node{...