Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

Compiler build errors on M3 project beta code to support the LV Motor example on the Concerto supplied by TI

$
0
0

I finaly got my c28 project to build without errors now working on M3.

In the M3 project, I have several persistent errors and warnings.  two errors and two warnings are in the file F28M35x_Adc.c

two  are on comments lines: 29, 30 see below

// CPU_RATE define statement in the F28M35xA_Examples.h file must
// contain the correct CPU clock period in nanoseconds.

the error is the same for both lines

Multiple markers at this line
    - explicit type is missing ("int"
     assumed)

I also get the very same errors and warnings for the following two lines 29, 30 in the file F28M35x_Device.h

extern cregister volatile unsigned int IFR;
extern cregister volatile unsigned int IER;

I get a fifth warning in file LVMA_M3.c on line 796

 IntRAMRegister(FAULT_SYSTICK,SysTickIntHandler);

function declared implicitly

and a sixth warning in file httpd.c line77

static int command;

function declared implicitly

I am sure the IntRAMRegister warning is behind the errors, but can't locate in what file the function exists.  Any guidance would be much appreciated.


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>