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.

F29H85X-SOM-EVM: CRC example has commented out the init function

Part Number: F29H85X-SOM-EVM
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi,

if activated it doesnt compile even after including driverlib.h.

please let me know if it is needed or not.

BR

Muhammad

  • CRC_init8bit is defined in the assembly file vcu2_crc_8.asm and consequently in the library c28x_vcu2_library.lib or c28x_vcu2_library_fpu32.lib at C2000Ware_5_04_00_00\libraries\dsp\VCU\c28\lib (choose the appropriate one depending on whether your project settings have fpu32 enabled or not). 

    That lib needs to be included.