Other Parts Discussed in Thread: MSP430FR50431, MSP430FR5043, MSP430WARE, MSP430FR5994
The user guide only mentions how to add FRAM Utilities for a new project or through the template system, but that doesn't seem to be working for me.
If I wanted to add CTPL just by adding it to my build path and use #include <ctpl.h> to get it to work, what steps would I have to do to get that done?
I also noticed there's a requirement to call ctpl_init() in __int_low_level_init() (I am going off the example project file ctpl_pre_init.c dev.ti.com/.../node. In addition to adding the ctpl files to the build path, what actions must I perform in the project itself to properly get CTPL setup and ready to use?
Thanks!