Part Number: MSPM0C1104
Other Parts Discussed in Thread: SYSCONFIG,
I wanted to use the BOR interrupt on the MSPM0C1104 MCU for detecting a low battery level (lithium is pretty much empty below 3V) so I investigated setting the BOR to level 3.
The device has 4 diferent levels that can be set based on the datasheet, however the dl_sysctl_mspm0c110x.h file with BOR abstraction definitions levels is missing levels 1/2/3.
The sysconfig tool does not allow the BOR level to be adjusted.
To allow me to adjust the BOR level I added 3 lines to the file dl_sysctl_mspm0c110x.h starting at line 493:
It seems to me that the missing lines in dl_sysctl_mspm0c110x.h is an oversight, perhaps it is related to the sysconfig having the BOR level options greyed out?
For future reference this is my interrupt handler code:
CCS Version: 20.3.0.14__1.9.0
MSPM0 Feature Support version: 1.16.0

