Hi,
I'm working with RM48HDK and just downloaded the new HalCoGen 3.8 with FEE support for RM48.
To build the first test program I have:
- istalled the F021 v02.00.01 library on my system
- enabled FEE driver in Halcogen
- added to my project paths the include folder of F021
At this point the program compiles flawless. Here the first question: why CCS does not generate errors about the unresolved external symbols? Note that I have not linked the F021 library at this point.
After adding the required:
#include "ti_fee.h"
the compiler gives and error about the ridefinition of "boolean" typedef. As far as I know "ti_fee.h" is required to use the F021 library functions (TI_Fee_MainFunction, TI_Fee_GetStatus, TI_Fee_Init, ecc). How to solve this conflict?
Thank you