Question about FlexGUI/FastSpin _ Cordic Issue _
Reinhard
Posts: 489
in Propeller 2
I try to write a cordic example in C with FlexGui (running with wine under Linux)
I want use the _rotxy - Function.
But i get a compiler error : error: unknown identifier _rotxy used in function call
Maybe not implemented yet ?
Then i make a quick and row workaround with own function and inline asm.
The list file and a test with spinsim looks good, i get the expected values.
But how can i use the functions with FastSpin ?
thank's for help
Reinhard
I want use the _rotxy - Function.
But i get a compiler error : error: unknown identifier _rotxy used in function call
Maybe not implemented yet ?
Then i make a quick and row workaround with own function and inline asm.
The list file and a test with spinsim looks good, i get the expected values.
But how can i use the functions with FastSpin ?
thank's for help
Reinhard
c
491B
Comments
I'll try to get some of those missing propeller2.h functions implemented before the next release.
Thanks,
Eric
It is a very helpful tool.
The communication about structs I find a good solution.
Thank's
Reinhard
function call example is
the inline assembler works very well.