I'm following the IQMath Library tutorial SPRC990.
In Section 3.9, where I add the IQMath.gel file to the project, it doesn't load the GEL unctions into the GEL toolbar.
My project builds fine. I have edited the .cmd file correctly I believe.
Anyone know why the GEL functions wouldn't load?
When I run the program, this code snippet produces some huge numbers:
input = _IQ30(0.25*PI); //843314880
sin_out = _IQ30sin(input); // 759250141
input = _IQ30(0.0); // 0.0
sin_out = _IQ30sin(input); // 0.0
input = _IQ30(0.5*PI); // 1686629760
sin_out = _IQ30sin(input); // 1073741823
input = _IQ30(PI); // 2147483647
sin_out = _IQ30sin(input); // 976350678