Part Number: MSP430F5507
Hi ,
I have a code running on MSP430F5507 , everything is working fine.
But I have the following concerns:
1- Configure the SPI module UCB1CTL0. While the UCSWRST is 0.
the register is modified without issues.
2- Write/erase flash without waiting the busy bit. Erase is for 5 segment and I checked the ACCIFG bit is never set, and the erase is completed successfully.
I understand the datasheet, but my concern is why there is no failure. Even if it is not implemented as it should be.
How I can catch such cases if everything is working probably?
3- Null pointer de-referencing without any issues.(I am working on debugging using memory range access)
But the code composer does not catch such case.
Thanks ,



