Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
I want to develop with j-link SDK and see that there is this function(-snip-), when the upper computer calls this function to read the data, is there such a problem that the lower computer is not ready for the data? How to solve the synchronization problem of upper computer and lower computer?
-
[SOLVED] I would like to know what library is used to programmatically read custom variable structure information in ELF files?
lovecomputer - - General
Posta ELF file contains debug info, then the types of variables, structures, and great many other kinds of info can be extracted from that binary.Theoretically possible, but I don't know how to program the implementation by c language For example if I have an embedded struct and variable like this: typedef struct { unsigned int varA; unsigned int varB; }T_myStruct; T_myStruct data; I want to get the address and type of not only data, but preferably data.varA and data.varB. I used segger ELFlib witho…
-
[DUPLICATE] I want to know, how to extract the symbolic information of the structure in the elf file by this ELFLib function?
lovecomputer - - General
PostI want to know, how to extract the symbolic information of the structure in the elf file by this ELFLib function? For example if I have an embedded struct and variable like this: typedef struct { unsigned int varA; unsigned int varB; }T_myStruct; T_myStruct data; I want the address and type of not only data, but preferably data.varA and data.varB a ELF file contains debug info, then the types of variables, structures, and great many other kinds of info can be extracted from that binary.Theoretic…
-
When Keil migrated project, prompt at compile time,error:#35: #error directive: This port can only be used when the project options are configured to enable hardware floating point support.How to set in embedded?