Part Number: LAUNCHXL-F28P65X
Hello Team,
I am currently trying to merge a DriverLib SysConfig-based project with a bitfield-based project. I have successfully merged the source files and the project builds without any compilation errors.
However, I am observing the following behavior:
- When I include
f28p65x_headers_nonBIOS_cpu1.cmd, the bitfield-based functionality works correctly, but the DriverLib-based functionality does not work. - When I exclude
f28p65x_headers_nonBIOS_cpu1.cmd, the DriverLib code works correctly, but the bitfield-based functionality stops working.
It appears that there may be a memory mapping, linker command file, or project configuration conflict between the DriverLib and bitfield environments.
Could you please let me know:
- Whether any modifications are required in the
.cmdlinker files when combining DriverLib and bitfield projects? - If there are any specific project settings, include paths, or linker configurations that need to be updated?
- Whether both approaches can coexist in the same project, and if so, what is the recommended method for integrating them?
Kindly let me know the required changes or settings to successfully integrate both DriverLib and bitfield code in a single project.
Thank you for your support.
Best Regards,
Sayali Deshmane


