Part Number: MSPM33C321A
We need add the M33C321A flash operation checked by interrupt example code
Thanks
Part Number: MSPM33C321A
We need add the M33C321A flash operation checked by interrupt example code
Thanks
This is the Q&A
Please find the example code as attached
This example demonstrates non-blocking (interrupt-driven) flash operations on MSPM33C321A. It erases a 2KB sector at address 0x3000, then programs the entire sector word (128-bit / 16-byte) by word from 0x3000 to 0x3800 using the FLASHCTL CMDDONE interrupt. The next flash operation is always triggered from the FLASHCTL_IRQHandler, keeping main() free while operations are in progress.
flashctl_interrupt_mode_write_LP_MSPM33C321A_nortos_ticlang.zip
Thanks!