Part Number: MSP430FR6972
Tool/software:
Hi
I have one question about the register of Msp430Fr6972, the register FRCTL0.
I see that on the file MSP430fr6972.h the register FRCTL0 have not defined
the flags WPROT and AUTO, I'm using code composer studio.
This is a Mistake or is better do not using this 2 flags?
If I enable the Auto is automatic generate a wait state, actually I have 16mhz so I'm using NWAITS_1.
I think is confortable to using the WPROT bit because I have using for the Fram the protecion MPU section
but for the Info memory protection I think is this flag that must be used, I would like to using the Info like eeprom,
so protect during nomal operation I will set the Bit Wprot and when I want to write the info memory I will clear the Wprot bit.
The bit Wprot do not have any effect on the MPU segmentation protection memory Right ? the MPU have priority on the meory protection right ?
so when the WPROT is clear all protect memory segmentatio is protect of course, right?
Regards
Luigi