MSPM0L1228: Using driver library and driverlib together (for different peripherals)

Part Number: MSPM0L1228
Other Parts Discussed in Thread: SYSCONFIG,

Tool/software:

Hello all,

I'm working on a project where I want to use the driver library for I2C (without RTOS). I included the ti/drivers/I2C.h file. During link time the error "10234-D: unresolved symbols remain" occurs and (with the -v linker option) it indicates I2C_config and I2C_count (from drivers/i2c/I2CMSPM0.o) are missing. 

In the freertos I2C controller and target examples these missing symbols are defined in the ti_drivers_config.c and .h files. 

How can I generate these files using CCS20.1? The sysconfig only generates ti_msp_dl_config.c and ti_msp_dl_config.h.

When I try to create a new project for an MSPM0L1228 device only an empty_mspm0l1228 project using DriverLib can be selected. How can a new project using the drivers be generated? 

Best regards,

Wim