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.

Undefined identifiers when using NHET

Hi,

I am using the TMS570 Microcontroller Development Stick, with a TMS570LS20216 MCU (ASPGEQQ1).

I have a short NHET program using CNT and MCMP to generate a clock output via NHET pins.

I am getting the following errors:

#20 identifier "CNT_INSTRUCTION" is undefined
#20 identifier "HET_MEMORY" is undefined
#20 identifier "HET_MEMORY" is undefined
#20 identifier "MCMP_INSTRUCTION" is undefined
#71 incomplete type is not allowed

The last error I think is because of the previous errors.

regards,
Dave