This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TMS320F28069: 28069 - Functions located in a different file called with zero arguments

Part Number: TMS320F28069

Tool/software: TI C/C++ Compiler

I have a function A located in file 1.  This function is called two times in a function B located in file 2.

However, when function A is called, the input argument does not correspond to the parameter as set in function B.

What could be the issue?  This code is obtained from an IC vendor - so it should presumably work without any modifications.

Thanks,

Tomas

B: the argument is 29747.

A: the input argument is 0.