Tool/software: Code Composer Studio
I am trying to use UART to connect to a peripheral Wi-Fi module. The module is listed below as well as a solution to somebody using the Keil IDE with the same problem. I tried using their solution by adding the __ARMCC_VERSION to the header file in order for the library to recognize the compiler. However, it still left me with 90 errors (the same guy experienced it and somehow fixed it). It seems that I cannot figure out how he fixed the issue. He said he added _packed before each struct that contained another struct. If that is the fix could somebody give me an example code of one of the functions with the fix in it? Thank you for your help I have to finish a project for school this week.
Thanks,
Dylan Overstreet
Wi-FIi Module:
cmd_def.h file: cmd_def.h
Stack Overflow Similar Issue: